Exception: Bukin::MissingProviderError

Inherits:
BukinError
  • Object
show all
Defined in:
lib/bukin.rb

Instance Method Summary collapse

Constructor Details

#initialize(resource) ⇒ MissingProviderError

Returns a new instance of MissingProviderError.



33
34
35
36
# File 'lib/bukin.rb', line 33

def initialize(resource)
  super("The #{resource[:type].to_s} '#{resource[:name]}' "\
        "is missing a provider")
end