public function __construct($sName)
 {
     $this->message = F::errorTokenMsg();
     $this->sName = $sName;
 }
 public function __construct($sMethodName)
 {
     parent::__construct(Form::wrongRequestMethodMsg($sMethodName));
 }