catchAdmin/extend/catcher/exceptions/ValidateFailedException.php
2019-12-15 13:38:47 +08:00

8 lines
123 B
PHP

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