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