Sha256: 9e65228da9a4a5153f074868890f74e392dc06bae44a588b5958bd481c1751a2
Contents?: true
Size: 312 Bytes
Versions: 11
Compression:
Stored size: 312 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 class FileNotFound < Error; end end
Version data entries
11 entries across 11 versions & 2 rubygems