building-sign/app/exception/ApiException.php

11 lines
91 B
PHP
Raw Normal View History

2023-01-11 02:06:01 +00:00
<?php
namespace app\exception;
use Exception;
class ApiException extends Exception
{
}