File modules/util/exception/SecurityException.class.php

Last commit: Sat Feb 22 23:58:02 2020 +0100	Jan Dankert	Refactoring: Namespacing for module 'util'.
1 <?php 2 3 namespace util\exception; 4 use RuntimeException; 5 6 class SecurityException extends RuntimeException 7 { 8 9 }
Download modules/util/exception/SecurityException.class.php
History Sat, 22 Feb 2020 23:58:02 +0100 Jan Dankert Refactoring: Namespacing for module 'util'. Sat, 30 Dec 2017 21:29:52 +0100 Jan Dankert Alle Aufrufe, die direkt eine Server-Fehlermeldung erzeugen, erzeugen jetzt eine Exception. Sat, 16 Dec 2017 23:21:31 +0100 Jan Dankert Eigenes Modul für alle Util-Klassen.