summaryrefslogtreecommitdiff
path: root/msgpack/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* Add StackError and FormatError (#331)INADA Naoki2018-11-201-1/+11
|
* Remove deprecated exception classes (#323)INADA Naoki2018-11-121-19/+16
|
* Deprecate more useless exceptionsINADA Naoki2016-02-141-2/+2
|
* Deprecate PackExceptionsINADA Naoki2016-02-141-3/+9
|
* ExtraData should be UnpackValueErrorINADA Naoki2016-02-141-1/+1
|
* removed MsgpackBaseExceptionpalaviv2016-02-121-6/+4
|
* msgpack pack and unpack throws only exception that inherit from ↵palaviv2016-02-121-2/+10
| | | | MsgpackBaseException. cython and fallback throws same exceptions
* * msgpack/exceptions.py: Fix typo in error message.Lieven Govaerts2013-09-131-1/+1
|
* Split _msgpack.pyxINADA Naoki2012-12-111-0/+6
|
* Split exceptions.INADA Naoki2012-12-101-0/+23