From d64088fa8a68d4f75ae2a92a244b8b7537573885 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sat, 31 Dec 2022 01:24:29 -0500 Subject: [PATCH] Minor correction --- src/LogLib/Log.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/LogLib/Log.php b/src/LogLib/Log.php index 49e8ac4..8553251 100644 --- a/src/LogLib/Log.php +++ b/src/LogLib/Log.php @@ -13,7 +13,6 @@ use LogLib\Objects\Event; use LogLib\Objects\Options; use LogLib\Objects\RuntimeOptions; - use Properties\Exceptions\ReconstructException; use Throwable; class Log @@ -99,7 +98,6 @@ * @param string|null $message The message of the event * @param Throwable|null $throwable The exception that was thrown, if any * @return void - * @throws ReconstructException */ private static function log(string $application_name, string $level=LevelType::Info, ?string $message=null, ?Throwable $throwable=null): void {