11 lines
123 B
PHP
Executable File
11 lines
123 B
PHP
Executable File
<?php
|
|
declare (strict_types=1);
|
|
|
|
namespace app\exception;
|
|
|
|
|
|
class BaseException extends \RuntimeException
|
|
{
|
|
}
|
|
|
|
?>
|