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