Code

< 40 %
40-60 %
> 60 %
1
"""Exceptions raised by this NApp."""
2
3
4 1
class InvalidCommandError(Exception):
5
    """Command has an invalid value."""
6