Skip to content

Commit dadaa12

Browse files
committed
Add Throwable extension to PhpWebDriverExceptionInterface
1 parent 998e499 commit dadaa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Exception/PhpWebDriverExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
/**
66
* Common interface to identify all exceptions thrown in php-webdriver (both those of WebDriver protocol and internal).
77
*/
8-
interface PhpWebDriverExceptionInterface
8+
interface PhpWebDriverExceptionInterface extends \Throwable
99
{
1010
}

0 commit comments

Comments
 (0)