Exception: Hollow::Application::ResourceException

Inherits:
HollowException
  • Object
show all
Defined in:
lib/hollow/application.rb

Overview

Indicates an illegal resource name.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_nameObject (readonly)

The illegal resource name.



26
27
28
# File 'lib/hollow/application.rb', line 26

def resource_name
  @resource_name
end