Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
boto
/
dynamodb
/
File Content:
exceptions.pyo
� �Wc @ s� d Z d d l m Z m Z d d l m Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( s6 Exceptions that are specific to the dynamodb module. i����( t BotoServerErrort BotoClientError( t DynamoDBResponseErrort DynamoDBExpiredTokenErrorc B s e Z d Z RS( s� Raised when a DynamoDB security token expires. This is generally boto's (or the user's) notice to renew their DynamoDB security tokens. ( t __name__t __module__t __doc__( ( ( s<