CaptureException class
Wraps any errors in a uniform class to ensure user only has to check for one data type and one set of properties.
- Implemented types
Constructors
- CaptureException(int code, String message, [String? method, String? details])
Properties
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.
inherited