Exception: LoadRails::RailsNotFound
- Inherits:
-
Exception
- Object
- Exception
- LoadRails::RailsNotFound
- Defined in:
- lib/load_rails/exceptions/rails_not_found.rb
Constant Summary collapse
- MSG =
"Rails not found. Please execute in a Rails project."
Class Method Summary collapse
Class Method Details
.exit_with_message ⇒ Object
5 6 7 8 |
# File 'lib/load_rails/exceptions/rails_not_found.rb', line 5 def self. puts RailsNotFound::MSG exit 1 end |