Exception: Rudy::NoConfig
- Defined in:
- lib/rudy/exceptions.rb
Overview
– TODO: Update exception Syntax based on: blog.rubybestpractices.com/posts/gregory/anonymous_class_hacks.html ++
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from Rudy::Error
Instance Method Details
#message ⇒ Object
21 |
# File 'lib/rudy/exceptions.rb', line 21 def ; "No configuration found!"; end |