9 lines
116 B
PHP
Executable File
9 lines
116 B
PHP
Executable File
<?php declare(strict_types = 1);
|
|
|
|
namespace App\Model\Exception;
|
|
|
|
class LogicException extends \LogicException
|
|
{
|
|
|
|
}
|