From ac7a72031de791f7ed929e5b8457a3543908403a Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Tue, 21 Aug 2018 01:17:53 +0300 Subject: [PATCH] folder name fixed --- src/{Excetions => Exceptions}/Exception.php | 5 +++++ 1 file changed, 5 insertions(+) rename src/{Excetions => Exceptions}/Exception.php (88%) diff --git a/src/Excetions/Exception.php b/src/Exceptions/Exception.php similarity index 88% rename from src/Excetions/Exception.php rename to src/Exceptions/Exception.php index 6436f99..e0cae14 100644 --- a/src/Excetions/Exception.php +++ b/src/Exceptions/Exception.php @@ -2,6 +2,11 @@ namespace RouterOS\Exceptions; +/** + * Class Exception + * @package RouterOS\Exceptions + * @since 0.1 + */ class Exception extends \Exception { public function __construct(string $message = '', int $code = 0, \Throwable $previous = null)