Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip._vendor.msgpack.exceptions Namespace Reference

Data Structures

class  BufferFull
 
class  ExtraData
 
class  FormatError
 
class  OutOfData
 
class  StackError
 
class  UnpackException
 

Variables

 UnpackValueError = ValueError
 
 PackException = Exception
 
 PackValueError = ValueError
 
 PackOverflowError = OverflowError
 

Variable Documentation

◆ PackException

PackException = Exception

Definition at line 46 of file exceptions.py.

◆ PackOverflowError

PackOverflowError = OverflowError

Definition at line 48 of file exceptions.py.

◆ PackValueError

PackValueError = ValueError

Definition at line 47 of file exceptions.py.

◆ UnpackValueError

UnpackValueError = ValueError

Definition at line 27 of file exceptions.py.