Moodle  2.2.1
http://www.collinsharper.com
base_processor_exception Class Reference
Inheritance diagram for base_processor_exception:
Collaboration diagram for base_processor_exception:

Public Member Functions

 __construct ($errorcode, $a=null, $debuginfo=null)

Detailed Description

base_processor abstract exception class

This exceptions will be used by all the processor classes in order to detect any problem or miss-configuration

Definition at line 47 of file base_processor.class.php.


Constructor & Destructor Documentation

__construct ( errorcode,
a = null,
debuginfo = null 
)

Constructor - instantiates one base_processor_exception.

Parameters:
string$errorcodekey for the corresponding error string
object$aextra words and phrases that might be required in the error string
string$debuginfooptional debugging information

Reimplemented in backup_processor_exception.

Definition at line 56 of file base_processor.class.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations