X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fdatabase%2Fgeneral%2Fclass_SqlException.php;fp=inc%2Fclasses%2Fexceptions%2Fdatabase%2Fgeneral%2Fclass_SqlException.php;h=82689e72e2c9b32cc26bdff6f408309836f9c03c;hp=fdbeb8bff6db6892afed4a714c35bccb4a75f9db;hb=18326a804304728be346a6898b6d489d0359b647;hpb=2cc6e13b4b88fd492f421753bad9b2ad1a413d58 diff --git a/inc/classes/exceptions/database/general/class_SqlException.php b/inc/classes/exceptions/database/general/class_SqlException.php index fdbeb8bf..82689e72 100644 --- a/inc/classes/exceptions/database/general/class_SqlException.php +++ b/inc/classes/exceptions/database/general/class_SqlException.php @@ -31,7 +31,7 @@ class SqlException extends DatabaseException { */ public function __construct (array $msgArray, $code) { // Construct the message - $message = sprintf("[%s:%d] SQL error detected. Message from database: %s, code: %s.", + $message = sprintf('[%s:%d] SQL error detected. Message from database: %s, code: %s.', $msgArray[0]->__toString(), $this->getLine(), $msgArray[1],