Sha256: 46482db8fa3a659ba7da8c37bec7ceea2b4be44c1b71ac635b41e75f32ec25cd

Contents?: true

Size: 277 Bytes

Versions: 7

Compression:

Stored size: 277 Bytes

Contents

module Roo
  # A base error class for Roo. Most errors thrown by Roo should inherit from
  # this class.
  class Error < StandardError; end

  # Raised when Roo cannot find a header row that matches the given column
  # name(s).
  class HeaderRowNotFoundError < Error; end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
roo-2.5.1 lib/roo/errors.rb
roo-2.5.0 lib/roo/errors.rb
roo-2.4.0 lib/roo/errors.rb
roo-2.3.2 lib/roo/errors.rb
roo-2.3.1 lib/roo/errors.rb
roo-2.3.0 lib/roo/errors.rb
roo-2.2.0 lib/roo/errors.rb