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)