AppHttpClientException<OriginalException extends Exception> class

Base exception for all exceptions thrown by AppHttpClient. You can create instances of this to create "unknown" error exceptions.

  ┌──────────────────────────┐
  │  AppHttpClientException  │
  └──────────────────────────┘
                ▲
                │
  ┌──────────────────────────┐
  │   AppNetworkException    │
  └──────────────────────────┘
                ▲
                │
┌───────────────────────────────┐
│  AppNetworkResponseException  │
└───────────────────────────────┘
Implemented types
Implementers

Constructors

AppHttpClientException({required OriginalException exception})
Create a new application http client exception with the specified underlying exception.

Properties

exception → OriginalException
Exception which was caught.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited