plum -> fig
This commit is contained in:
parent
4d35d47969
commit
0cafdc9c6c
21 changed files with 33 additions and 33 deletions
6
fig/cli/errors.py
Normal file
6
fig/cli/errors.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from textwrap import dedent
|
||||
|
||||
|
||||
class UserError(Exception):
|
||||
def __init__(self, msg):
|
||||
self.msg = dedent(msg).strip()
|
||||
Loading…
Add table
Add a link
Reference in a new issue