Exception: MetaERB::TemplateNotSpecified

Inherits:
Exception
  • Object
show all
Defined in:
lib/meta_erb/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeTemplateNotSpecified

Returns a new instance of TemplateNotSpecified.



10
11
12
# File 'lib/meta_erb/exceptions.rb', line 10

def initialize
  super("No template option given")
end