Files
nexusphp/app/Exceptions/ClientNotAllowedException.php

9 lines
94 B
PHP
Raw Normal View History

2022-03-17 18:46:49 +08:00
<?php
namespace App\Exceptions;
class ClientNotAllowedException extends NexusException
{
}