Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250530) (c39b7370636)
portfolio_export_exception Class Reference

Exception to throw during an export - will clean up session and tempdata. More...

Inheritance diagram for portfolio_export_exception:
portfolio_exception

Public Member Functions

 __construct ($exporter, $errorcode, $module=null, $continue=null, $a=null)
 Constructor.
 

Detailed Description

Exception to throw during an export - will clean up session and tempdata.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Constructor & Destructor Documentation

◆ __construct()

portfolio_export_exception::__construct ( $exporter,
$errorcode,
$module = null,
$continue = null,
$a = null )

Constructor.

Parameters
portfolio_exporter$exporterinstance of portfolio_exporter (will handle null case)
string$errorcodelanguage string key
string$modulelanguage string module (optional, defaults to moodle)
string$continueurl to continue to (optional, defaults to wwwroot)
object$alanguage string data (optional, defaults to null)

The documentation for this class was generated from the following file: