aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/errors.py
blob: 613812773224022a6e190221b584eba2fdba758d (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (c) 2016 Weitian LI <liweitianux@live.com>
# MIT license

"""
Custom errors/exceptions.
"""


class ConfigError(Exception):
    """Could not parse user configurations"""
    pass