coupon-admin/app/exception/ApiRedirectException.php

11 lines
99 B
PHP
Raw Normal View History

2021-11-18 09:57:04 +00:00
<?php
namespace app\exception;
use Exception;
class ApiRedirectException extends Exception
{
}