AuthenticateException.php 85 Bytes
Newer Older
黄英浩's avatar
黄英浩 committed
1 2 3 4 5 6 7 8
<?php

namespace App\Exceptions;

class AuthenticateException extends \Exception
{

}