Exception: Heroku::Forward::Errors::MissingBackendApplicationError
- Inherits:
-
HerokuForwardError
- Object
- StandardError
- HerokuForwardError
- Heroku::Forward::Errors::MissingBackendApplicationError
- Defined in:
- lib/heroku/forward/errors/missing_backend_application_error.rb
Instance Attribute Summary
Attributes inherited from HerokuForwardError
#problem, #resolution, #summary
Instance Method Summary collapse
-
#initialize(path) ⇒ MissingBackendApplicationError
constructor
A new instance of MissingBackendApplicationError.
Methods inherited from HerokuForwardError
Constructor Details
#initialize(path) ⇒ MissingBackendApplicationError
Returns a new instance of MissingBackendApplicationError.
5 6 7 8 9 |
# File 'lib/heroku/forward/errors/missing_backend_application_error.rb', line 5 def initialize(path) super(("missing_backend_application", { :path => path })) end |