Exception: MetaERB::TemplateNotSpecified
- Inherits:
-
Exception
- Object
- Exception
- MetaERB::TemplateNotSpecified
- Defined in:
- lib/meta_erb/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ TemplateNotSpecified
constructor
A new instance of TemplateNotSpecified.
Constructor Details
#initialize ⇒ TemplateNotSpecified
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 |