Kraken\Network\Http\Component\Session\HttpSession::handleError PHP Method

handleError() public method

public handleError ( Kraken\Network\NetworkConnectionInterface $conn, $ex )
$conn Kraken\Network\NetworkConnectionInterface
    public function handleError(NetworkConnectionInterface $conn, $ex)
    {
        return $this->component->handleError($conn, $ex);
    }