class InvalidMutexKeyException extends RuntimeException (View source)

Exception thrown when a mutex key is not valid.

Properties

protected mixed $mutexKey

The mutex key.

Methods

__construct(mixed $mutexKey)

Initialize the instance.

mixed
getMutexKey()

Get the invalid mutex key.

Details

__construct(mixed $mutexKey)

Initialize the instance.

Parameters

mixed $mutexKey

The invalid mutex key

mixed getMutexKey()

Get the invalid mutex key.

Return Value

mixed