Skip to content

Commit

Permalink
Update SelectorPrimitive.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Sep 1, 2024
1 parent 52648d2 commit 58f0739
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Selector/SelectorPrimitive.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ public static function all(): All
return new All();
}

public static function isException(): IsException
{
return new IsException();
}

public static function isThrowable(): IsThrowable
{
return new IsThrowable();
}

public static function isError(): IsError
{
return new IsError();
}

/**
* @deprecated
* @see Selector::isInterface()
Expand Down

0 comments on commit 58f0739

Please sign in to comment.