X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_UserInstanceMissingException.php;fp=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_UserInstanceMissingException.php;h=a07a0a84571d240f58df84a083ea7256348ab7d5;hb=7bbfd3560011182b088d41a0a5ac5f8fe441723e;hp=9c7a797c2eaf6a01cfba315c106301ebc4554aec;hpb=5a84efb95503daee6ab6d6ccabe0b0a7ab1e7697;p=core.git diff --git a/inc/classes/exceptions/helper/class_UserInstanceMissingException.php b/inc/classes/exceptions/helper/class_UserInstanceMissingException.php index 9c7a797c..a07a0a84 100644 --- a/inc/classes/exceptions/helper/class_UserInstanceMissingException.php +++ b/inc/classes/exceptions/helper/class_UserInstanceMissingException.php @@ -31,7 +31,7 @@ class UserInstanceMissingException extends FrameworkException { */ public function __construct (array $classArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Registry key %s does not include a class with implemented interface Manageable(User|Guest).", + $message = sprintf("[%s:%d] Registry key %s does not include a class with implemented interface Manageable(User|Guest).", $classArray[0]->__toString(), $this->getLine(), $classArray[1]