This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
fastly-py/fastly/errors.py
Tyler McMullen 2435affbc8 initial
2012-02-07 03:55:05 -08:00

11 lines
148 B
Python

"""
"""
class AuthenticationError(Exception):
pass
class InternalServerError(Exception):
pass
class BadRequestError(Exception):
pass