SupaException class sealed
A sealed class representing a custom exception in Supa.
This class extends HttpException and provides a factory method to create specific exceptions based on Dio errors.
- Inheritance
- 
    - Object
- HttpException
- SupaException
 
- Implementers
Properties
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  fromDio(Object exception) → SupaException 
- Creates a SupaException from a Dio error.