X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fship-simu%2Fexceptions%2Fclass_NoShippingCompanyOwnedException.php;h=b1428c82ed5cb392d9c2f1931cb91ffc04ec144e;hb=ec23e72b16433ac136817f3ea78697fb70236e4a;hp=8611b6e86d30692cc3ecf73605aba8e638638023;hpb=6019ae86707cb6decaddc63f191e3ef6eb5e4d44;p=shipsimu.git diff --git a/application/ship-simu/exceptions/class_NoShippingCompanyOwnedException.php b/application/ship-simu/exceptions/class_NoShippingCompanyOwnedException.php index 8611b6e..b1428c8 100644 --- a/application/ship-simu/exceptions/class_NoShippingCompanyOwnedException.php +++ b/application/ship-simu/exceptions/class_NoShippingCompanyOwnedException.php @@ -31,7 +31,7 @@ class NoShippingCompanyOwnedException extends FrameworkException { */ public function __construct (array $msgArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Current user (class %s) does not own any shipping companies.", + $message = sprintf("[%s:%d] Current user (class %s) does not own any shipping companies.", $msgArray[0]->__toString(), $this->getLine(), $msgArray[1]->__toString()