Sha256: edf0347b6ef2528623f86711de3694787bbb2b3246193074d8eade89573373c9
Contents?: true
Size: 220 Bytes
Versions: 17
Compression:
Stored size: 220 Bytes
Contents
module Fixtury module Errors class UnrecognizableLocatorError < ::StandardError def initialize(action, thing) super("Locator did not reognize #{thing} during #{action}") end end end end
Version data entries
17 entries across 17 versions & 1 rubygems