8 lines
76 B
PHP
8 lines
76 B
PHP
<?php
|
|
|
|
namespace Yzh\Exception;
|
|
|
|
class BaseException extends \Exception
|
|
{
|
|
}
|