SignalEffectException#
Kind:
class |
Package: package:preact_signals
Class: SignalEffectException#
Error for when a effect fails to run the callback
Members of SignalEffectException#
| Member | Type | Signature | Description |
|---|---|---|---|
| error | field |
dart Object? error |
Error during callback |
| stackTrace | field |
dart StackTrace? stackTrace |
StackTrace for where the error started |
| SignalEffectException | constructor |
dart SignalEffectException(this.error, [this.stackTrace]) |
Error for when a effect fails to run the callback |
| toString | method |
dart String toString() |
References#
The SignalEffectException type is referenced and used in the following pages: