Sha256: c92f9f0efc89832f2372a5909685c607dfd95c08b6d6b7ad5c19488fad62b703

Contents?: true

Size: 149 Bytes

Versions: 2

Compression:

Stored size: 149 Bytes

Contents

module Related
  class RelatedException < RuntimeError; end
  class NotFound < RelatedException; end
  class InvalidQuery < RelatedException; end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
related-0.2.1 lib/related/exceptions.rb
related-0.2 lib/related/exceptions.rb