~tribaal/txaws/xss-hardening

1
2
3
4
5
6
7
8
9
10
# Copyright (c) 2009 Canonical Ltd <duncan.mcgreggor@canonical.com>
# Licenced under the txaws licence available at /LICENSE in the txaws source.

from twisted.web.error import Error


class AWSError(Error):
    """
    A base class for txAWS errors.
    """