5 lines
108 B
Nim

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