Sha256: 7b8349794b045dfef6daa62ccf4fbba891ed21039a8601c1970245accebfb699
Contents?: true
Size: 377 Bytes
Versions: 12
Compression:
Stored size: 377 Bytes
Contents
module IOStreams module Errors class Error < StandardError end class InvalidHeader < Error end class MissingHeader < Error end class TypeMismatch < Error end class CommunicationsFailure < Error end # When the specified delimiter is not found in the supplied stream / file class DelimiterNotFound < Error end end end
Version data entries
12 entries across 12 versions & 1 rubygems