Tebru\Retrofit\Event\ApiExceptionEvent::__construct PHP Method

__construct() public method

Constructor
public __construct ( Exception $exception, Psr\Http\Message\RequestInterface $request = null )
$exception Exception
$request Psr\Http\Message\RequestInterface
    public function __construct(Exception $exception, RequestInterface $request = null)
    {
        $this->exception = $exception;
        $this->request = $request;
    }