Exception: Booky::LoadError
- Inherits:
-
StandardError
- Object
- StandardError
- Booky::LoadError
- Defined in:
- lib/booky/exceptions.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
3 4 5 6 7 8 |
# File 'lib/booky/exceptions.rb', line 3 def to_s %Q( Sorry, couldn't load #{@message}. You always need to specify the file with respect to your main textile file, did you? ) end |