building-sign/app/exception/ApiException.php

11 lines
91 B
PHP

<?php
namespace app\exception;
use Exception;
class ApiException extends Exception
{
}