Raise exceptions on failures to add module to module list

This commit is contained in:
DarkPhoenix
2019-04-12 10:47:14 +03:00
parent ad03f907fa
commit 1d98f889fd
5 changed files with 44 additions and 22 deletions

2
eos/exception.py Normal file
View File

@@ -0,0 +1,2 @@
class HandledListActionError(Exception):
...