PException class abstract

the base class for all Exceptions thrown by Postor; such as CancelledRequestException and all HTTP Status Code Exceptions.

Here are the status codes that Postor possibly throws:

For more info about HTTP Status Codes, head on to https://developer.mozilla.org/en-US/docs/Web/HTTP/Status

Implemented types
Implementers

Constructors

PException([String? message])
const

Properties

hashCode int
The hash code for this object.
no setteroverride
message String?
final
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.
inherited

Operators

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