aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-10-05 22:28:11 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-10-05 22:28:11 +0200
commita0466a6eb9ddeede12110b782b21eeec6710c032 (patch)
tree6c338c2c1767d0f19ed2d2b47596f0d4626215fa
parent01842f99b65b06d2647470c3b867719e72dabde7 (diff)
downloadratatoeskr-cms-a0466a6eb9ddeede12110b782b21eeec6710c032.tar.gz
ratatoeskr-cms-a0466a6eb9ddeede12110b782b21eeec6710c032.tar.bz2
ratatoeskr-cms-a0466a6eb9ddeede12110b782b21eeec6710c032.zip
Remove unused class
-rw-r--r--ratatoeskr/sys/models.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/ratatoeskr/sys/models.php b/ratatoeskr/sys/models.php
index 1b196d6..453988f 100644
--- a/ratatoeskr/sys/models.php
+++ b/ratatoeskr/sys/models.php
@@ -76,13 +76,6 @@ class AlreadyExistsError extends Exception
}
/*
- * Class: NotAllowedError
- */
-class NotAllowedError extends Exception
-{
-}
-
-/*
* Class: InvalidDataError
* Exception that will be thrown, if a object with invalid data (e.g. urlname in this form not allowed) should have been saved / created.
* Unless something else is said at a function, the exception message is a translation key.