Feat: Upgrading Lunar to 1.5

This commit is contained in:
2026-08-31 13:16:13 +03:00
parent 661e8b9a96
commit d873cb4931
42 changed files with 229 additions and 173 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
namespace Modules\Core\Option;
use Exception;
use ArrayAccess;
use IteratorAggregate;
@@ -164,7 +165,7 @@ abstract class Option implements IteratorAggregate
abstract public function getOrCall($callable);
/** @return T */
abstract public function getOrThrow(\Exception $ex);
abstract public function getOrThrow(Exception $ex);
abstract public function isEmpty(): bool;