Exception: Bowtie::ProjectSecretKeyMissing

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/bowtie/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'You need "project": { "environments": { "development": { "secret_key": "XYZ" } } } defined in `settings.json`') ⇒ ProjectSecretKeyMissing

Returns a new instance of ProjectSecretKeyMissing.



3
4
5
# File 'lib/bowtie/errors.rb', line 3

def initialize(msg='You need "project": { "environments": { "development": { "secret_key": "XYZ" } } } defined in `settings.json`')
  super
end