public function __construct($sMethodName)
 {
     parent::__construct(Form::wrongRequestMethodMsg($sMethodName));
 }