| .. | |||||
| __pycache__ | |||||
| plugins | |||||
| rpc | |||||
| __init__.py | |||||
| checkers.py | |||||
| constants.py | |||||
| control.py | |||||
| exceptions.py | |||||
| hooks.py | |||||
| lookup.py | |||||
| model.py | |||||
| utils.py |
class FeatureManagementError(Exception):
"""Base exception for feature management"""
class FeatureDisabledError(FeatureManagementError):
"""Feature is disabled for user"""
class UserArgumentNotFound(FeatureManagementError):
"""Method/function lack the parameter which contains user name"""
| .. | |||||
| __pycache__ | |||||
| plugins | |||||
| rpc | |||||
| __init__.py | |||||
| checkers.py | |||||
| constants.py | |||||
| control.py | |||||
| exceptions.py | |||||
| hooks.py | |||||
| lookup.py | |||||
| model.py | |||||
| utils.py |