Files
nexusphp/app/Exceptions/ClientNotAllowedException.php
2022-03-17 18:46:49 +08:00

9 lines
94 B
PHP

<?php
namespace App\Exceptions;
class ClientNotAllowedException extends NexusException
{
}