IgnoreExceptions class

Inheritance

Constructors

IgnoreExceptions()

Properties

hashCode int
The hash code for this object.
no setterinherited
logger → Logger
no setterinherited
name String
no setteroverride
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
onBotStart(INyxx nyxx, Logger logger) FutureOr<void>
inherited
onBotStop(INyxx nyxx, Logger logger) → void
override
onConnectionClose(INyxx nyxx, Logger logger, int closeCode, String? closeReason) FutureOr<void>
inherited
onConnectionError(INyxx nyxx, Logger logger, String errorMessage) FutureOr<void>
inherited
onRegister(INyxx nyxx, Logger logger) → void
override
toString() String
A string representation of this object.
inherited

Operators

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