Basicis - Core

Logo

As the name says, it is made to be basic and direct.

View the Project on GitHub basicis/core

Basicis\Http\Client\ClientException

ClientException class Every HTTP client related exception MUST implement this interface.

ClientException extends Basicis\Core\Exception

Implements:

Stringable, Throwable, Psr\Http\Client\ClientExceptionInterface

Extend:

Basicis\Exceptions\BasicisException

Methods

Name Description
setRequest Function setRequest

Inherited methods

Name Description
__construct Construct the exception
__toString String representation of the exception
__wakeup -
getCode Gets the Exception code
getFile Gets the file in which the exception was created
getLine Gets the line in which the exception was created
getMessage Gets the Exception message
getPrevious Returns previous Exception
getTrace Gets the stack trace
getTraceAsString Gets the stack trace as a string
log Function log

ClientException::setRequest

Description

public setRequest (\Request $request)

Function setRequest

Parameters

Return Values

\ClientException