luck-draw/app/exception/ApiRedirectException.php

11 lines
99 B
PHP

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