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

Version Path
fixtury-0.4.1 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.4.0 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.3.5 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.3.4 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.3.3 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.3.2 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.3.1 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.3.0 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.3.0.beta lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.2.1 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.2.0 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.1.0 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.1.0.rc1 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.1.0.beta2 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.1.0.beta lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.1.0.alpha2 lib/fixtury/errors/unrecognizable_locator_error.rb
fixtury-0.1.0.alpha lib/fixtury/errors/unrecognizable_locator_error.rb