Exception: ActionController::MissingRenderer
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
::LoadError ,
::Exception
|
|
Instance Chain:
self,
::LoadError ,
::Exception
|
|
Inherits: | LoadError |
Defined in: | actionpack/lib/action_controller/metal/renderers.rb |
Overview
See Responder#api_behavior
Class Method Summary
- .new(format) ⇒ MissingRenderer constructor
Instance Method Summary
::LoadError
- Inherited
#is_missing? | Returns true if the given path name (except perhaps for the “.rb” extension) is the missing file which caused the exception to be raised. |
::Exception
- Inherited
Constructor Details
.new(format) ⇒ MissingRenderer
# File 'actionpack/lib/action_controller/metal/renderers.rb', line 18
def initialize(format) super "No renderer defined for format: #{format}" end