class TemplateLoadException
Raised if there was an issue while loading a template.
Shot Framework - Copyright © Jesse Aaron Dunlap <me@jessedunlap.me> Licensed under the MIT License. For full licensing information, please see LICENSE.md. github.com/JesseDunlap/shot/
Public Class Methods
new(message)
click to toggle source
Calls superclass method
# File lib/shot_mvc/template_load_exception.rb, line 11 def initialize(message) super(message) end