Skip to content

Commit 9ba2a56

Browse files
author
Greg Bowler
committed
All Gt exceptions should extend RuntimeException
1 parent 440afa7 commit 9ba2a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22
namespace Gt\Http;
33

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

0 commit comments

Comments
 (0)