| Server IP : 35.236.43.222 / Your IP : 216.73.216.143 Web Server : Apache System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64 User : deploy ( 1002) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/josepy/__pycache__/ |
Upload File : |
a
��]/ � @ sH d Z G dd� de�ZG dd� de�ZG dd� de�ZG dd� de�Zd S )
zJOSE errors.c @ s e Zd ZdZdS )�ErrorzGeneric JOSE Error.N��__name__�
__module__�__qualname__�__doc__� r r �//usr/lib/python3/dist-packages/josepy/errors.pyr s r c s e Zd ZdZ� fdd�Z� ZS )�DeserializationErrorzJSON deserialization error.c s d� tt| ��� �S )NzDeserialization error: {0})�format�superr �__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.Nr r r r r r s r c s( e Zd ZdZ� fdd�Zdd� Z� ZS )�UnrecognizedTypeErrorz~Unrecognized type error.
:ivar str typ: The unrecognized type of the JSON object.
:ivar jobj: Full JSON object.
c s$ || _ || _tt| ��t| �� d S )N)�typ�jobjr r �__init__�str)r r r r r r r s zUnrecognizedTypeError.__init__c C s d� | j| j�S )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 �<module> s