Exception: PrioTicketError
- Inherits:
-
StandardError
- Object
- StandardError
- PrioTicketError
- Defined in:
- lib/prioticket/prioticket_error.rb
Instance Attribute Summary collapse
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
Instance Attribute Details
#error_code ⇒ Object
Returns the value of attribute error_code.
3 4 5 |
# File 'lib/prioticket/prioticket_error.rb', line 3 def error_code @error_code end |
#error_message ⇒ Object
Returns the value of attribute error_message.
2 3 4 |
# File 'lib/prioticket/prioticket_error.rb', line 2 def @error_message end |