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