building-sign/app/exception/ServiceException.php

11 lines
95 B
PHP
Executable File

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