Exception: Munge::Error::ConfigRbNotFound
- Includes:
- ErrorWithIdentifier
- Defined in:
- lib/munge/error.rb
Instance Method Summary collapse
Methods included from ErrorWithIdentifier
Instance Method Details
#message ⇒ Object
47 48 49 50 |
# File 'lib/munge/error.rb', line 47 def "Expected to find config file: #{@identifier}\n" \ "Are you in the correct directory, or did you run `munge init`?" end |