Sha256: 8cd5f046f2cc3727d92373d05e75352eec4c11435ea16916c6f6917e07f4934d
Contents?: true
Size: 108 Bytes
Versions: 1
Compression:
Stored size: 108 Bytes
Contents
module Findable class FindableError < StandardError; end class RecordNotFound < FindableError; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
findable-0.0.1 | lib/findable/errors.rb |