Skip to content

Util

NotificationError

Bases: FrontendError

Simple error subclass for passing handled error notifications back to UI.

I.e., for use when an expected error has occurred and the user should be notified by yielding the contained notification to the UI.

2024-08-18 -- Not sure how happy I am with the use of this... Might end up adding confusion...

notification = notification_ instance-attribute

__init__(notification_)