mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
5 lines
66 B
PHP
5 lines
66 B
PHP
<?
|
|
namespace Exceptions;
|
|
|
|
class SeException extends \Exception{
|
|
}
|