Class Sugar_Exception_Runtime

Description

Runtime error.

Thrown for any errors that occur during execution of a compiled template. These errors cannot be recovered from during execution.

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

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

File error occured in.

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

Line error occured in.

  • access: public
Methods
Constructor __construct (line 152)

Constructor.

  • access: public
Sugar_Exception_Runtime __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