[core/module] Add error widgets if a module throws
Module should have to care less about thrown exceptions.
This commit is contained in:
parent
cb3482ae27
commit
a1aec8fff6
7 changed files with 36 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
|||
import core.input
|
||||
import core.decorators
|
||||
import util.store
|
||||
|
||||
class Widget(util.store.Store, core.input.Object):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue