5 lines
108 B
Nim
Raw Normal View History

type
SerializationError* = object of CatchableError
UnexpectedEofError* = object of SerializationError