Haanga_Compiler_Tokenizer::Error PHP Method

Error() public method

public Error ( $text )
    function Error($text)
    {
        throw new Haanga_Compiler_Exception($text . " in " . $this->file . ":" . $this->line);
    }