From a0466a6eb9ddeede12110b782b21eeec6710c032 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Mon, 5 Oct 2020 22:28:11 +0200 Subject: Remove unused class --- ratatoeskr/sys/models.php | 7 ------- 1 file changed, 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 @@ -75,13 +75,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. -- cgit v1.2.3-54-g00ecf