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

Last commit: Tue Sep 29 22:17:11 2020 +0200	Jan Dankert	Refactoring: Do not use global constants.
1 <?php 2 3 namespace util\exception; 4 5 use Exception; 6 7 class ObjectNotFoundException extends Exception 8 { 9 } 10
Download modules/util/exception/ObjectNotFoundException.class.php
History Tue, 29 Sep 2020 22:17:11 +0200 Jan Dankert Refactoring: Do not use global constants.