diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2020-10-05 22:28:11 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2020-10-05 22:28:11 +0200 |
commit | a0466a6eb9ddeede12110b782b21eeec6710c032 (patch) | |
tree | 6c338c2c1767d0f19ed2d2b47596f0d4626215fa /ratatoeskr/sys/models.php | |
parent | 01842f99b65b06d2647470c3b867719e72dabde7 (diff) | |
download | ratatoeskr-cms-a0466a6eb9ddeede12110b782b21eeec6710c032.tar.gz ratatoeskr-cms-a0466a6eb9ddeede12110b782b21eeec6710c032.tar.bz2 ratatoeskr-cms-a0466a6eb9ddeede12110b782b21eeec6710c032.zip |
Remove unused class
Diffstat (limited to 'ratatoeskr/sys/models.php')
-rw-r--r-- | ratatoeskr/sys/models.php | 7 |
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. |