catchAdmin/extend/catcher/exceptions/FailedException.php

8 lines
111 B
PHP
Raw Normal View History

2019-12-11 20:59:59 +08:00
<?php
2019-12-12 09:14:08 +08:00
namespace catcher\exceptions;
class FailedException extends \Exception
{
protected $code = 10010;
}