Sha256: fd65f0b81cdb939322db31ece54fc0310f233034bbc0ac597dcc256fedc2252e

Contents?: true

Size: 196 Bytes

Versions: 5

Compression:

Stored size: 196 Bytes

Contents

module Blueprints
  class PlanNotFoundError < NameError
    def initialize(*args)
      @plans = args
    end

    def to_s
      "Plan/namespace not found '#{@plans.join(',')}'"
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blueprints-0.3.4 lib/blueprints/errors.rb
blueprints-0.3.3 lib/blueprints/errors.rb
blueprints-0.3.2 lib/blueprints/errors.rb
blueprints-0.3.1 lib/blueprints/errors.rb
blueprints-0.3.0 lib/blueprints/errors.rb