3
}:a๚ ใ @ sH d Z G dd deZG dd deZG dd deZG dd deZd S )
zJOSE errors.c @ s e Zd ZdZdS )ฺErrorzGeneric JOSE Error.N)ฺ__name__ฺ
__module__ฺ__qualname__ฺ__doc__ฉ r r ๚/usr/lib/python3.6/errors.pyr s r c s e Zd ZdZ fddZ ZS )ฺDeserializationErrorzJSON deserialization error.c s dj t j S )NzDeserialization error: {0})ฺformatฺsuperฺ__str__)ฺself)ฺ __class__r r r s zDeserializationError.__str__)r r r r r ฺ
__classcell__r r )r
r r s r c @ s e Zd ZdZdS )ฺSerializationErrorzJSON serialization error.N)r r r r r r r r r s r c s( e Zd ZdZ fddZdd Z ZS )ฺUnrecognizedTypeErrorz~Unrecognized type error.
:ivar str typ: The unrecognized type of the JSON object.
:ivar jobj: Full JSON object.
c s || _ || _t jt| d S )N)ฺtypฺjobjr
ฺ__init__ฺstr)r r r )r
r r r s zUnrecognizedTypeError.__init__c C s dj | j| jS )Nz){0} was not recognized, full message: {1})r r r )r r r r r ! s zUnrecognizedTypeError.__str__)r r r r r r r r r )r
r r s r N)r ฺ Exceptionr r r r r r r r ฺ