Exception: Paradeiser::MissingAnnotationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/paradeiser/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeMissingAnnotationError

Returns a new instance of MissingAnnotationError.



39
40
41
# File 'lib/paradeiser/errors.rb', line 39

def initialize
  super('The mandatory text is missing for the annotation')
end