Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit ec8db95

Browse files
committed
Proper inheritance tree for RuntimeException
- Fixes #234
1 parent 9cfa8fd commit ec8db95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exception/RuntimeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
namespace Zend\Expressive\Exception;
1111

12-
class RuntimeException extends \InvalidArgumentException implements
12+
class RuntimeException extends \RuntimeException implements
1313
ExceptionInterface
1414
{
1515
}

0 commit comments

Comments
 (0)