Exception: Rudy::NoConfig

Inherits:
Error
  • Object
show all
Defined in:
lib/rudy.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

#initialize

Constructor Details

This class inherits a constructor from Rudy::Error

Instance Method Details

#messageObject



129
# File 'lib/rudy.rb', line 129

def message; "No configuration found!"; end