Exception: Netfira::WebConnect::RackApp::Exceptions::UserException
- Inherits:
-
Base
- Object
- RuntimeError
- Base
- Netfira::WebConnect::RackApp::Exceptions::UserException
- Defined in:
- lib/netfira/web_connect/rack_app/exceptions/user_exception.rb
Instance Attribute Summary collapse
-
#original_exception ⇒ Object
readonly
Returns the value of attribute original_exception.
Instance Method Summary collapse
-
#initialize(original_exception) ⇒ UserException
constructor
A new instance of UserException.
Constructor Details
#initialize(original_exception) ⇒ UserException
Returns a new instance of UserException.
6 7 8 |
# File 'lib/netfira/web_connect/rack_app/exceptions/user_exception.rb', line 6 def initialize(original_exception) @original_exception = original_exception end |
Instance Attribute Details
#original_exception ⇒ Object (readonly)
Returns the value of attribute original_exception.
4 5 6 |
# File 'lib/netfira/web_connect/rack_app/exceptions/user_exception.rb', line 4 def original_exception @original_exception end |