Interface Laika_Interface_Exception

Description

Laika_Interface_Exception interface.

Located in /library/core/interface/Interface_Exception.php (line 22)


	
			
Method Summary
void __construct ([mixed $message = null], [int $code = 0])
void getCode ()
void getFile ()
void getLine ()
void getMessage ()
void getTrace ()
void __toString ()
Methods
Constructor __construct (line 37)

__construct function.

Overrideable constructor method inherited from Exception class

  • access: public
void __construct ([mixed $message = null], [int $code = 0])
  • mixed $message: (default: null)
  • int $code: (default: 0)
getCode (line 54)
  • access: public
void getCode ()
getFile (line 55)
  • access: public
void getFile ()
getLine (line 56)
  • access: public
void getLine ()
getMessage (line 53)
  • access: public
void getMessage ()
getTrace (line 57)
  • access: public
void getTrace ()
getTraceAsString (line 58)
  • access: public
void getTraceAsString ()
__toString (line 50)

__toString function.

Overrideable toString method inherited from Exception class

  • access: public
void __toString ()

Documentation generated on Sat, 19 May 2012 02:17:01 -0400 by phpDocumentor 1.4.4