FOF30\Form\Exception\GetInputNotAllowed::__construct PHP Méthode

__construct() public méthode

public __construct ( $className, $code, Exception $previous = null )
$previous Exception
    public function __construct($className, $code = 0, Exception $previous = null)
    {
        $message = \JText::sprintf('LIB_FOF_FORM_ERR_GETINPUT_NOT_ALLOWED', $className);
        parent::__construct($message, $code, $previous);
    }
GetInputNotAllowed