Exception: AnnotateModel::ModelFileNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/annotate_model/model_file_not_found_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(model_name) ⇒ ModelFileNotFoundError

Returns a new instance of ModelFileNotFoundError.



3
4
5
# File 'lib/annotate_model/model_file_not_found_error.rb', line 3

def initialize(model_name)
  super("Model file not found: #{model_name}")
end