Exception: Munge::Error::ConfigRbNotFound

Inherits:
Base
  • Object
show all
Includes:
ErrorWithIdentifier
Defined in:
lib/munge/error.rb

Instance Method Summary collapse

Methods included from ErrorWithIdentifier

#initialize

Instance Method Details

#messageObject



47
48
49
50
# File 'lib/munge/error.rb', line 47

def message
  "Expected to find config file: #{@identifier}\n" \
  "Are you in the correct directory, or did you run `munge init`?"
end