building-sign/app/exception/ServiceException.php

11 lines
95 B
PHP
Raw Normal View History

2023-01-09 08:41:41 +00:00
<?php
namespace app\exception;
use Exception;
class ServiceException extends Exception
{
}