We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b934e commit 7b379a8Copy full SHA for 7b379a8
src/Exceptions/DefinitionNotFoundException.php
@@ -1,5 +1,5 @@
1
<?php
2
namespace Ioc\Exceptions;
3
4
-class DefinitionNotFoundException extends \Exception {
+class DefinitionNotFoundException extends \RuntimeException {
5
}
0 commit comments