Class Savant3_Error

Description

Provides a simple error class for Savant.

Located in /Savant3/Error.php (line 27)


	
			
Variable Summary
string $code
array $info
int $level
array $trace
Method Summary
Savant3_Error __construct ([array $conf = array()])
void __toString ()
Variables
string $code = null (line 40)

The error code, typically a Savant 'ERR_*' string.

  • access: public
array $info = array() (line 53)

An array of error-specific information.

  • access: public
int $level = E_USER_ERROR (line 66)

The error severity level.

  • access: public
array $trace = null (line 79)

A debug backtrace for the error, if any.

  • access: public
Methods
Constructor __construct (line 94)

Constructor.

  • access: public
Savant3_Error __construct ([array $conf = array()])
  • array $conf: An associative array where the key is a Savant3_Error property and the value is the value for that property.
__toString (line 117)

Magic method for output dump.

  • access: public
void __toString ()

Documentation generated on Tue, 31 Mar 2009 16:24:41 -0500 by phpDocumentor 1.4.2