Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
|
Exception to throw during an export - will clean up session and tempdata. More...
Public Member Functions | |
__construct ($exporter, $errorcode, $module=null, $continue=null, $a=null) | |
Constructor. | |
Exception to throw during an export - will clean up session and tempdata.
portfolio_export_exception::__construct | ( | $exporter, | |
$errorcode, | |||
$module = null, | |||
$continue = null, | |||
$a = null ) |
Constructor.
portfolio_exporter | $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) |
object | $a | language string data (optional, defaults to null) |