MDL-48688 inbound: Fix incorrect class names
This commit is contained in:
@@ -38,7 +38,7 @@ class processing_failed_exception extends \moodle_exception {
|
||||
*
|
||||
* @param string $identifier The string identifier to use when displaying this exception.
|
||||
* @param string $component The string component
|
||||
* @param stdClass $data The data to pass to get_string
|
||||
* @param \stdClass $data The data to pass to get_string
|
||||
*/
|
||||
public function __construct($identifier, $component, \stdClass $data = null) {
|
||||
return parent::__construct($identifier, $component, '', $data);
|
||||
|
||||
Reference in New Issue
Block a user