]> git.mxchange.org Git - shipsimu.git/blobdiff - ship-simu/application/ship-simu/exceptions/class_UnsupportedLimitationPartException.php
(no commit message)
[shipsimu.git] / ship-simu / application / ship-simu / exceptions / class_UnsupportedLimitationPartException.php
diff --git a/ship-simu/application/ship-simu/exceptions/class_UnsupportedLimitationPartException.php b/ship-simu/application/ship-simu/exceptions/class_UnsupportedLimitationPartException.php
deleted file mode 100644 (file)
index 152a898..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-// An exception class for lost classes... ;-)
-class UnsupportedLimitationPartException extends FrameworkException {
-       public function __construct ($str, $code) {
-               // Add a message around the missing class
-               $message = sprintf("Limitierungsinformation <u>%s</u> wird derzeit nicht unterst&uuml;tzt.", $str);
-
-               // Call parent constructor
-               parent::__construct($message, $code);
-       }
-}
-
-// [EOF]
-?>