Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
stored_file_creation_exception Class Reference

Cannot create file exception. More...

Inheritance diagram for stored_file_creation_exception:
file_exception

Public Member Functions

 __construct ($contextid, $component, $filearea, $itemid, $filepath, $filename, $debuginfo=null)
 Constructor.
 

Detailed Description

Cannot create file exception.

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

Constructor & Destructor Documentation

◆ __construct()

stored_file_creation_exception::__construct ( $contextid,
$component,
$filearea,
$itemid,
$filepath,
$filename,
$debuginfo = null )

Constructor.

Parameters
int$contextidcontext ID
string$componentcomponent
string$fileareafile area
int$itemiditem ID
string$filepathfile path
string$filenamefile name
string$debuginfoextra debug info

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