class Paradeiser::MissingAnnotationError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/paradeiser/errors.rb, line 39
def initialize
  super('The mandatory text is missing for the annotation')
end