Files
nexusphp/app/Exceptions/NexusException.php

9 lines
79 B
PHP
Raw Normal View History

2021-04-28 01:22:25 +08:00
<?php
namespace App\Exceptions;
class NexusException extends \Exception
{
}