Skip to content

Commit 7b379a8

Browse files
committed
Changed the ancestor of DefinitionNotFoundException to be \RuntimeException instead of \Exception
1 parent 51b934e commit 7b379a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
namespace Ioc\Exceptions;
33

4-
class DefinitionNotFoundException extends \Exception {
4+
class DefinitionNotFoundException extends \RuntimeException {
55
}

0 commit comments

Comments
 (0)