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