Exception: Emendate::QualifierTypeError

Inherits:
TypeError
  • Object
show all
Includes:
Module.new
Defined in:
lib/emendate/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeQualifierTypeError

Returns a new instance of QualifierTypeError.



115
116
117
# File 'lib/emendate/errors.rb', line 115

def initialize
  super("Qualifer must be an Emendate::Qualifier")
end