GitHubColourLoadFailedError class abstract

An Error that can not fetch GitHubColour data.

Inheritance
Implemented types
Implementers

Constructors

GitHubColourLoadFailedError([dynamic message = "There are some unexpected error when loading resources."])
Constructor when some issue happended during loading GitHub colour data.

Properties

hashCode int
The hash code for this object.
no setterinherited
message → dynamic
Message display in GitHubColourThrowable.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
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