Exception: TemplateLoadException

Inherits:
Exception
  • Object
show all
Defined in:
lib/shot_mvc/template_load_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ TemplateLoadException



11
12
13
# File 'lib/shot_mvc/template_load_exception.rb', line 11

def initialize(message)
	super(message)
end