Exception: Paradeiser::MissingAnnotationError
- Inherits:
-
StandardError
- Object
- StandardError
- Paradeiser::MissingAnnotationError
- Defined in:
- lib/paradeiser/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ MissingAnnotationError
constructor
A new instance of MissingAnnotationError.
Constructor Details
#initialize ⇒ MissingAnnotationError
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 |