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

Version Path
iostreams-1.2.1 lib/io_streams/errors.rb
iostreams-1.2.0 lib/io_streams/errors.rb
iostreams-1.1.1 lib/io_streams/errors.rb
iostreams-1.1.0 lib/io_streams/errors.rb
iostreams-1.0.0 lib/io_streams/errors.rb
iostreams-1.0.0.beta7 lib/io_streams/errors.rb
iostreams-1.0.0.beta6 lib/io_streams/errors.rb
iostreams-1.0.0.beta5 lib/io_streams/errors.rb
iostreams-1.0.0.beta4 lib/io_streams/errors.rb
iostreams-1.0.0.beta3 lib/io_streams/errors.rb
iostreams-1.0.0.beta2 lib/io_streams/errors.rb
iostreams-1.0.0.beta lib/io_streams/errors.rb