class GuardDoesNotMatch extends InvalidArgumentException

Methods

create(string $givenGuard, Collection $expectedGuards)

Create a new guard mismatch exception.

Details

at line 15
static GuardDoesNotMatch create(string $givenGuard, Collection $expectedGuards)

Create a new guard mismatch exception.

Parameters

string $givenGuard
Collection $expectedGuards

Return Value

GuardDoesNotMatch