catchAdmin/extend/catcher/exceptions/ValidateFailedException.php
2019-12-06 09:17:40 +08:00

8 lines
119 B
PHP

<?php
namespace catcher\exceptions;
class ValidateFailedException extends \Exception
{
protected $code = 10001;
}