Class CustomException

Description

Implements interfaces:

  • abstract:

Located in /phery.php (line 1074)

Exception
   |
   --CustomException
Direct descendents
Class Description
phery_exception Main class
Variable Summary
mixed $code
mixed $file
mixed $line
mixed $message
Method Summary
CustomException __construct ([ $message = null], [ $code = 0])
void __toString ()
Variables
mixed $code = 0 (line 1078)
  • access: protected

Redefinition of:
Exception::$code
mixed $file (line 1079)
  • access: protected

Redefinition of:
Exception::$file
mixed $line (line 1080)
  • access: protected

Redefinition of:
Exception::$line
mixed $message = 'Unknown exception' (line 1076)
  • access: protected

Redefinition of:
Exception::$message

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace
Methods
Constructor __construct (line 1083)
  • access: public
CustomException __construct ([ $message = null], [ $code = 0])
  • $message
  • $code

Redefinition of:
Exception::constructor __construct ( [$message = ], [$code = ], [$previous = ] )

Implementation of:
IException::__construct()
__toString (line 1092)
  • access: public
void __toString ()

Redefinition of:
Exception::__toString ( )

Implementation of:
IException::__toString()

Inherited Methods

Inherited From Exception (Internal Class)

constructor __construct ( [$message = ], [$code = ], [$previous = ] )
getCode ( )
getFile ( )
getLine ( )
getMessage ( )
getPrevious ( )
getTrace ( )
getTraceAsString ( )
__clone ( )
__toString ( )

Documentation generated on Sun, 01 May 2011 12:28:28 -0300 by phpDocumentor 1.4.3