Exception: TemplateLoadException
- Inherits:
-
Exception
- Object
- Exception
- TemplateLoadException
- Defined in:
- lib/shot_mvc/template_load_exception.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ TemplateLoadException
constructor
A new instance of TemplateLoadException.
Constructor Details
#initialize(message) ⇒ TemplateLoadException
11 12 13 |
# File 'lib/shot_mvc/template_load_exception.rb', line 11 def initialize() super() end |