Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
Exception thrown when someone tried to do something with a block that does not exist on a page. More...
Public Member Functions | |
__construct ($instanceid, $page) | |
Constructor. | |
Exception thrown when someone tried to do something with a block that does not exist on a page.
block_not_on_page_exception::__construct | ( | $instanceid, | |
$page ) |
Constructor.
int | $instanceid | the block instance id of the block that was looked for. |
object | $page | the current page. |