X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fmain%2Fclass_InvalidInterfaceException.php;h=c2a63282b57155d4794db44c0bf8c810d5a30fe7;hb=7bbfd3560011182b088d41a0a5ac5f8fe441723e;hp=57182befdbe819bcdeb89f2c131165b99004fc61;hpb=5a84efb95503daee6ab6d6ccabe0b0a7ab1e7697;p=core.git diff --git a/inc/classes/exceptions/main/class_InvalidInterfaceException.php b/inc/classes/exceptions/main/class_InvalidInterfaceException.php index 57182bef..c2a63282 100644 --- a/inc/classes/exceptions/main/class_InvalidInterfaceException.php +++ b/inc/classes/exceptions/main/class_InvalidInterfaceException.php @@ -31,7 +31,7 @@ class InvalidInterfaceException extends FrameworkException { */ public function __construct (array $classArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Object does not implement expected interface %s.", + $message = sprintf("[%s:%d] Object does not implement expected interface %s.", $classArray[0]->__toString(), $this->getLine(), $classArray[1]