Sha256: 973a3d9252d32d4a73f179ee2b88e75598c201c9b49064987a9267fc8b426755

Contents?: true

Size: 306 Bytes

Versions: 2

Compression:

Stored size: 306 Bytes

Contents

module MyJohnDeere
  # MyJohnDeereError is the base error from which all other more specific MyJohnError
  # errors derive.
  class MyJohnDeereError < StandardError
  end

  # Configuration error is raised when configuration hasn't been properly done
  class ConfigurationError < MyJohnDeereError
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
myjohndeere-0.0.2 lib/myjohndeere/errors.rb
myjohndeere-0.0.1 lib/myjohndeere/errors.rb