]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/stacker/class_FullStackerException.php
Incomplete SocketRegistry class added, code cosmetics applied
[core.git] / inc / classes / exceptions / stacker / class_FullStackerException.php
index 6bce7304a85558332964386c24e1661e8a94d6f1..71a2f897d90d9aad421ea3d10ccdd9132b90f4c9 100644 (file)
@@ -29,7 +29,7 @@ class FullStackerException extends FrameworkException {
         * @param               $code                   Error code
         * @return      void
         */
-       public function __construct(array $messageArray, $code) {
+       public function __construct (array $messageArray, $code) {
                // Construct message
                $message = sprintf("[%s:%d] Stacker %s is full.",
                        $messageArray[0]->__toString(),