Exception: Habluhablu::NoSampleError

Inherits:
Error
  • Object
show all
Defined in:
lib/habluhablu.rb

Overview

Cutom error with helpful message

Instance Method Summary collapse

Constructor Details

#initializeNoSampleError

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