Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
|
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. |