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