Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
A failure observer for the core_privacy::manager. More...
Public Member Functions | |
handle_component_failure ($e, $component, $interface, $methodname, array $params) | |
Notifies all DPOs that an exception occurred. More... | |
A failure observer for the core_privacy::manager.
tool_dataprivacy\manager_observer::handle_component_failure | ( | $e, | |
$component, | |||
$interface, | |||
$methodname, | |||
array | $params | ||
) |
Notifies all DPOs that an exception occurred.
Throwable | $e | |
string | $component | |
string | $interface | |
string | $methodname | |
array | $params |
Implements core_privacy\manager_observer.