Exception: Contingency::Exceptions::RenderedErrorPageException

Inherits:
ContingencyError
  • Object
show all
Defined in:
lib/contingency/exceptions.rb

Instance Attribute Summary

Attributes inherited from ContingencyError

#backtrace, #message

Instance Method Summary collapse

Constructor Details

#initializeRenderedErrorPageException

Returns a new instance of RenderedErrorPageException.



7
8
9
10
# File 'lib/contingency/exceptions.rb', line 7

def initialize
  @message = 'An error page was explicitly requested.'
  @backtrace = ['None. No real error occured.']
end