Exception: TanoshimuUtils::Concerns::ResourceFetch::ResourceNotAttachable
- Inherits:
-
Error
- Object
- StandardError
- Error
- TanoshimuUtils::Concerns::ResourceFetch::ResourceNotAttachable
- Defined in:
- lib/tanoshimu_utils/concerns/resource_fetch.rb
Instance Method Summary collapse
-
#initialize(resource_name) ⇒ ResourceNotAttachable
constructor
A new instance of ResourceNotAttachable.
Constructor Details
#initialize(resource_name) ⇒ ResourceNotAttachable
Returns a new instance of ResourceNotAttachable.
7 8 9 |
# File 'lib/tanoshimu_utils/concerns/resource_fetch.rb', line 7 def initialize(resource_name) super("Resource #{resource_name} not attachable.") end |