File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?php
2+
3+ /**
4+ *
5+ * NotFoundException class
6+ *
7+ * @copyright Apereo
8+ * @category Exception
9+ * @package OpenLRW
10+ * @author Xavier Chopin <bonjour@xavierchop.in>
11+ * @license http://www.osedu.org/licenses/ECL-2.0 ECL-2.0 License
12+ */
13+
14+ namespace OpenLRW \Exception ;
15+
16+ final class BadRequestException extends \RuntimeException implements Exception
17+ {
18+ }
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ /**
4+ *
5+ * NotFoundException class
6+ *
7+ * @copyright Apereo
8+ * @category Exception
9+ * @package OpenLRW
10+ * @author Xavier Chopin <bonjour@xavierchop.in>
11+ * @license http://www.osedu.org/licenses/ECL-2.0 ECL-2.0 License
12+ */
13+
14+ namespace OpenLRW \Exception ;
15+
16+ final class InternalServerErrorException extends \RuntimeException implements Exception
17+ {
18+ }
You can’t perform that action at this time.
0 commit comments