Skip to content

Commit a8d976f

Browse files
committed
Added "implements exception"
1 parent 7766a77 commit a8d976f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Exception/ClassinstantiationFailedException.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
namespace Http\Discovery\Exception;
44

5+
use Http\Discovery\Exception;
6+
57
/**
68
* Thrown when a class fails to instantiate.
79
*
810
* @author Tobias Nyholm <[email protected]>
911
*/
10-
class ClassinstantiationFailedException extends \RuntimeException
12+
class ClassinstantiationFailedException extends \RuntimeException implements Exception
1113
{
1214
}

0 commit comments

Comments
 (0)