Class Sugar_Exception_Parse

Description

Parse error.

Thrown during the template parsing stage when the template contains invalid Sugar template markup that cannot be processed. This is a fatal, non-recoverable error inside the parser.

Located in /Sugar/Exception.php (line 83)

Exception
   |
   --Sugar_Exception
      |
      --Sugar_Exception_Parse
Variable Summary
string $file
int $line
Method Summary
Sugar_Exception_Parse __construct (string $file, int $line, string $msg)
Variables
string $file = '<input>' (line 90)

File error occured in.

  • access: public
int $line = 1 (line 97)

Line error occured in.

  • access: public
Methods
Constructor __construct (line 106)

Constructor.

  • access: public
Sugar_Exception_Parse __construct (string $file, int $line, string $msg)
  • string $file: File the error occured in.
  • int $line: Line the error occured in.
  • string $msg: Error message.

Redefinition of:
Sugar_Exception::__construct()
Constructor.

Inherited Methods

Inherited From Sugar_Exception

Sugar_Exception::__construct()

Documentation generated on Sat, 18 Sep 2010 05:27:01 +0000 by phpDocumentor 1.4.3