for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
exceptions.py
"""Exceptions raised by this NApp."""
class InvalidCommandError(Exception):
"""Command has an invalid value."""