LockerException class

Common exception that Locker recognizes on both platforms.

Locker will throw PlatformException for all different kind of platform specific issues.

Implemented types

Constructors

LockerException({required LockerExceptionReason reason})

Properties

hashCode int
The hash code for this object.
no setterinherited
reason LockerExceptionReason
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.
override

Operators

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

Static Methods

fromCode(String? code) LockerException?