9 lines
77 B
PHP
9 lines
77 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
class AppException extends \Exception
|
|
{
|
|
|
|
}
|