diff --git a/lib/Cake/Error/exceptions.php b/lib/Cake/Error/exceptions.php index 45fa194f2..94952f12e 100644 --- a/lib/Cake/Error/exceptions.php +++ b/lib/Cake/Error/exceptions.php @@ -343,6 +343,7 @@ class MissingConnectionException extends CakeException { } parent::__construct($message, $code); } + } /**