]> git.datanom.net - omvzfs.git/blobdiff - src/Exception.php
Minor change to clarify shared folder creation.
[omvzfs.git] / src / Exception.php
index 9195025f4d91d4dc43f065e96a8e445c8ce14827..2248146fc3b748a905bf3b35fa477d49f3027f4b 100644 (file)
@@ -17,8 +17,8 @@ class OMVModuleZFSException extends Exception {
      * @return void XXX
      * @access public
      */
-    public function __construct(string $message = "", int $code = 0, Exception $previous = NULL) {
-        parent::__construct(string $message = "", int $code = 0, Exception $previous = NULL);
+    public function __construct($message = "", $code = 0, Exception $previous = NULL) {
+        parent::__construct($message, $code, $previous);
     }
 
 }
This page took 0.028347 seconds and 5 git commands to generate.