From df09933db2bc6d4ddd17b622e435b55d792dbc5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=B0=D0=B1=D0=B8=D1=87=D0=B5=D0=B2=20=D0=9C=D0=B0?= =?UTF-8?q?=D0=BA=D1=81=D0=B8=D0=BC?= Date: Tue, 2 May 2017 13:28:33 +0300 Subject: [PATCH] Update Runtime.php --- src/Exceptions/Runtime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Exceptions/Runtime.php b/src/Exceptions/Runtime.php index 4422b9d..eb7196f 100644 --- a/src/Exceptions/Runtime.php +++ b/src/Exceptions/Runtime.php @@ -2,7 +2,7 @@ namespace Bavix\Exceptions; -class Runtime extends \InvalidArgumentException +class Runtime extends \RuntimeException { }