]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/database/class_DatabaseException.php
Continued:
[core.git] / framework / main / exceptions / database / class_DatabaseException.php
index a1d483be08d5c9fc7841f7bf5b11dc1897bc5f70..ec6067a55404684989472a34dd56d5c518d822ba 100644 (file)
@@ -35,7 +35,7 @@ class DatabaseException extends FrameworkException {
         * @param       $code           Code number for the exception
         * @return      void
         */
-       public function __construct ($message, $code) {
+       public function __construct ($message, int $code) {
                // Just call the parent constructor
                parent::__construct($message, $code);
        }