catchAdmin/extend/catcher/exceptions/ValidateFailedException.php

8 lines
119 B
PHP
Raw Normal View History

2019-12-06 09:17:40 +08:00
<?php
namespace catcher\exceptions;
class ValidateFailedException extends \Exception
{
protected $code = 10001;
}