Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'environment')
-rw-r--r--environment/environmentexception.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/environment/environmentexception.php b/environment/environmentexception.php
index 914323fe..0f585101 100644
--- a/environment/environmentexception.php
+++ b/environment/environmentexception.php
@@ -24,5 +24,7 @@ class EnvironmentException extends Exception {
*
* @param string $msg the message contained in the exception
*/
- public function __construct($msg) {}
+ public function __construct($msg) {
+ parent::__construct($msg);
+ }
}