Exception: Habluhablu::NoSampleError
- Defined in:
- lib/habluhablu.rb
Overview
Cutom error with helpful message
Instance Method Summary collapse
-
#initialize ⇒ NoSampleError
constructor
A new instance of NoSampleError.
Constructor Details
#initialize ⇒ NoSampleError
Returns a new instance of NoSampleError.
19 20 21 |
# File 'lib/habluhablu.rb', line 19 def initialize super("There is no sample.yml file!") end |