Exception: Tomo::Runtime::TemplateNotFoundError
- Defined in:
- lib/tomo/runtime/template_not_found_error.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
Methods inherited from Error
Methods included from Colors
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path.
6 7 8 |
# File 'lib/tomo/runtime/template_not_found_error.rb', line 6 def path @path end |
Instance Method Details
#to_console ⇒ Object
8 9 10 |
# File 'lib/tomo/runtime/template_not_found_error.rb', line 8 def to_console "Template not found: #{yellow(path)}" end |