lib/io_streams/errors.rb in iostreams-0.18.0 vs lib/io_streams/errors.rb in iostreams-0.19.0

- old
+ new

@@ -10,9 +10,12 @@ 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