Class Laika_Abstract_Exception

Description

Implements interfaces:

Abstract Laika_Abstract_Exception class.

  • abstract:
  • implements: Laika_Interface_Exception
  • extends: Exception

Located in /library/core/abstract/Abstract_Exception.php (line 24)

Exception
   |
   --Laika_Abstract_Exception
Direct descendents
Class Description
Laika_Exception Laika_Exception class.
Variable Summary
mixed $code
mixed $file
mixed $line
mixed $message
mixed $string
mixed $trace
Method Summary
void __construct ([mixed $message = null], [int $code = 0])
void __toString ()
Variables
mixed $code = 0 (line 31)
  • access: protected

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

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

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

Redefinition of:
Exception::$message
mixed $string (line 30)
  • access: private
mixed $trace (line 34)
  • access: private

Inherited Variables

Inherited from Exception (Internal Class)

$code
$file
$line
$message
$previous
$string
$trace
Methods
Constructor __construct (line 48)

__construct function.

  • access: public
void __construct ([mixed $message = null], [int $code = 0])
  • mixed $message: (default: null)
  • int $code: (default: 0)

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

Implementation of:
Laika_Interface_Exception::__construct()
__construct function.
__toString (line 59)

__toString function.

  • access: public
void __toString ()

Redefinition of:
Exception::__toString ( )

Implementation of:
Laika_Interface_Exception::__toString()
__toString function.

Inherited Methods

Inherited From Exception (Internal Class)

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

Documentation generated on Sat, 19 May 2012 02:16:52 -0400 by phpDocumentor 1.4.4