Sha256: e3776ea219d55824afd660c360d0a55fed4e9506ade1c5f9cdb382da5c25f3dc

Contents?: true

Size: 237 Bytes

Versions: 17

Compression:

Stored size: 237 Bytes

Contents

# frozen_string_literal: true

module Fixtury
  module Errors
    class FixtureNotDefinedError < ::StandardError

      def initialize(name)
        super("A fixture identified by `#{name}` does not exist.")
      end

    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

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