Exception: AnnotateRb::ModelAnnotator::BadModelFileError

Inherits:
LoadError
  • Object
show all
Defined in:
lib/annotate_rb/model_annotator/bad_model_file_error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



6
7
8
# File 'lib/annotate_rb/model_annotator/bad_model_file_error.rb', line 6

def to_s
  "file doesn't contain a valid model class"
end