Skip to content

Commit af4d62f

Browse files
committed
Extend Exception from Throwable
1 parent c8d4885 commit af4d62f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Exception.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
namespace Http\Discovery;
44

5+
use Throwable;
6+
57
/**
68
* An interface implemented by all discovery related exceptions.
7-
*
89
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
910
*/
10-
interface Exception
11+
interface Exception extends Throwable
1112
{
1213
}

0 commit comments

Comments
 (0)