Exception: Bowtie::ProjectSecretKeyMissing
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Bowtie::ProjectSecretKeyMissing
- Defined in:
- lib/bowtie/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'You need "project": { "environments": { "development": { "secret_key": "XYZ" } } } defined in `settings.json`') ⇒ ProjectSecretKeyMissing
constructor
A new instance of ProjectSecretKeyMissing.
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 |