X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fauth%2Fclass_UserAuthorizationException.php;h=a07bf453c46997ef9eefa1ff5ef5e8f689f55381;hp=a5ab08bdc78736bff25eb2db1cab0110abebf6f5;hb=4b5f501d3ef327cf8b848a43d3af3643e22ea356;hpb=a505dfb31c8033bc75e96a78ec1fb29f54face66 diff --git a/inc/classes/exceptions/auth/class_UserAuthorizationException.php b/inc/classes/exceptions/auth/class_UserAuthorizationException.php index a5ab08b..a07bf45 100644 --- a/inc/classes/exceptions/auth/class_UserAuthorizationException.php +++ b/inc/classes/exceptions/auth/class_UserAuthorizationException.php @@ -31,7 +31,7 @@ class UserAuthorizationException extends FrameworkException { */ public function __construct(Filterable $filterInstance, $code) { // Construct the message - $message = sprintf("[%s:%d] Authorization has failed. Error code %s", + $message = sprintf("[%s:%d] Authorization has failed. Error code %s", $filterInstance->__toString(), $this->getLine(), $this->getHexCode($code)