mirror of
https://github.com/status-im/nim-serialization.git
synced 2025-01-30 05:35:02 +00:00
5 lines
108 B
Nim
5 lines
108 B
Nim
|
type
|
||
|
SerializationError* = object of CatchableError
|
||
|
UnexpectedEofError* = object of SerializationError
|
||
|
|