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
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri?
finalinherited

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.