Source code for pontoon.exceptions

# -*- coding: utf-8 -*-


[docs]class PontoonException(Exception): """An ambiguous error occurred while handling the command"""
[docs]class ConfigureException(PontoonException): """An error occurred while processing the configuration file"""