|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($exporter, $errorcode, $module=null, $continue=null, $a=null) | |
exception to throw during an export - will clean up session and tempdata
Definition at line 40 of file exceptions.php.
| __construct | ( | $ | exporter, |
| $ | errorcode, | ||
| $ | module = null, |
||
| $ | continue = null, |
||
| $ | a = null |
||
| ) |
constructor.
| object | $exporter | instance of portfolio_exporter (will handle null case) |
| string | $errorcode | language string key |
| string | $module | language string module (optional, defaults to moodle) |
| string | $continue | url to continue to (optional, defaults to wwwroot) |
| mixed | $a | language string data (optional, defaults to null) |
Reimplemented from moodle_exception.
Definition at line 50 of file exceptions.php.