Sha256: 46a3f30ff0000c42b3641658d9fceda30c6c4107227bc3c100503f1beeb52055

Contents?: true

Size: 305 Bytes

Versions: 40

Compression:

Stored size: 305 Bytes

Contents

# -*- encoding: utf-8 -*-

module Albacore
  class UnfilledPropertyError < StandardError
    attr_accessor :property
    def initialize property, message
      super(message)
      @property = property
    end
    def message
      %Q{The property "#{property}"; #{message}}
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
albacore-2.1.2 lib/albacore/errors/unfilled_property_error.rb
albacore-2.1.1 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.16 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.15 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.14 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.13 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.12 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.11 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.10 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.9 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.8 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.7 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.6 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.5 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.4 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.3 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.2 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.1 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.0 lib/albacore/errors/unfilled_property_error.rb
albacore-2.0.0.rc.21 lib/albacore/errors/unfilled_property_error.rb