class LogicException extends LogicException implements PhpWebDriverExceptionInterface (View source)

Exception thrown when error in program logic occurs. This includes invalid domain data and unexpected data states.

Methods

static LogicException
forError(string $message)

No description

static LogicException
forInvalidHttpMethod(string $url, string $httpMethod, array $params)

No description

Details

static LogicException forError(string $message)

No description

Parameters

string $message

Return Value

LogicException

static LogicException forInvalidHttpMethod(string $url, string $httpMethod, array $params)

No description

Parameters

string $url
string $httpMethod
array $params

Return Value

LogicException