Exception: DeltavistaCrifDvaInterface::NotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- DeltavistaCrifDvaInterface::NotFoundError
- Defined in:
- lib/deltavista_crif_dva_interface/errors.rb
Instance Attribute Summary collapse
-
#error_code ⇒ Object
readonly
Returns the value of attribute error_code.
-
#error_text ⇒ Object
readonly
Returns the value of attribute error_text.
Instance Method Summary collapse
-
#initialize(error_code, error_text) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(error_code, error_text) ⇒ NotFoundError
Returns a new instance of NotFoundError.
9 10 11 12 |
# File 'lib/deltavista_crif_dva_interface/errors.rb', line 9 def initialize(error_code, error_text) @error_code = error_code @error_text = error_text end |
Instance Attribute Details
#error_code ⇒ Object (readonly)
Returns the value of attribute error_code.
7 8 9 |
# File 'lib/deltavista_crif_dva_interface/errors.rb', line 7 def error_code @error_code end |
#error_text ⇒ Object (readonly)
Returns the value of attribute error_text.
7 8 9 |
# File 'lib/deltavista_crif_dva_interface/errors.rb', line 7 def error_text @error_text end |