PagifyApiRequestException class

api request Exception happens when there is request exception like DioException

Inheritance

Constructors

PagifyApiRequestException(String msg, {required RequestFailureData pagifyFailure})
the constructor which accepts a String message
PagifyApiRequestException.initial()
initial constructor to PagifyApiRequestException
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
msg → String
the constructor which accepts a String message
finalinherited
pagifyFailure → RequestFailureData
RequestFailureData instance
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? msg, RequestFailureData? pagifyFailure}) → PagifyApiRequestException
copyWith function
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