catchAdmin/app/exceptions/ValidateFailedException.php

8 lines
115 B
PHP
Raw Normal View History

2019-12-02 23:04:43 +08:00
<?php
namespace app\exceptions;
class ValidateFailedException extends \Exception
{
protected $code = 10001;
}