Source code for five9.exceptions

# -*- coding: utf-8 -*-
# Copyright 2017-TODAY LasLabs Inc.
# License MIT (https://opensource.org/licenses/MIT).


[docs]class Five9Exception(Exception): """Base Five9 Exceptions."""
[docs]class ValidationError(Five9Exception): """Indicated an error validating user supplied data."""