Compare commits
1 Commits
7645c85c9d
...
293acb04c0
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | 293acb04c0 |
|
@ -8,10 +8,10 @@ class AmanuensisError(Exception):
|
|||
|
||||
|
||||
class ArgumentError(AmanuensisError):
|
||||
"""An internal call was made with invalid arguments."""
|
||||
"""An internal call was made with invalid arguments"""
|
||||
|
||||
|
||||
class BackendArgumentTypeError(ArgumentError):
|
||||
class BackendArgumentTypeError(AmanuensisError):
|
||||
"""
|
||||
A call to a backend function was made with a value of an invalid type for the parameter.
|
||||
Specify the invalid parameter and value as a kwarg.
|
||||
|
|
Loading…
Reference in New Issue