Exception: AnnotateModel::ModelFileNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- AnnotateModel::ModelFileNotFoundError
- Defined in:
- lib/annotate_model/model_file_not_found_error.rb
Instance Method Summary collapse
-
#initialize(model_name) ⇒ ModelFileNotFoundError
constructor
A new instance of ModelFileNotFoundError.
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 |