class ResponseIsUnprocessable extendsConstraint

Methods

string
toString()

No description

bool
matches(Response$other)

No description

string
failureDescription(Response$other)

No description

string
additionalFailureDescription(Response$other)

No description

Details

string toString()

Return Value

string

protectedbool matches(Response$other)

Parameters

Response $other

Return Value

bool

protectedstring failureDescription(Response$other)

Parameters

Response $other

Return Value

string

protectedstring additionalFailureDescription(Response$other)

Parameters

Response $other

Return Value

string