Exception: ResourceFetch::ResourceNotAttachable

Inherits:
StandardError
  • Object
show all
Defined in:
lib/tanoshimu_utils/concerns/resource_fetch.rb

Instance Method Summary collapse

Constructor Details

#initialize(resource_name) ⇒ ResourceNotAttachable

Returns a new instance of ResourceNotAttachable.



5
6
7
# File 'lib/tanoshimu_utils/concerns/resource_fetch.rb', line 5

def initialize(resource_name)
  super("Resource #{resource_name} not attachable.")
end