class Habluhablu::NoSampleError
Cutom error with helpful message
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/habluhablu.rb, line 19 def initialize super("There is no sample.yml file!") end