Exception: Tessera::TicketNotFound
- Defined in:
- lib/tessera/utils/errors.rb
Instance Method Summary collapse
-
#initialize(message, code) ⇒ TicketNotFound
constructor
A new instance of TicketNotFound.
Constructor Details
#initialize(message, code) ⇒ TicketNotFound
Returns a new instance of TicketNotFound.
20 21 22 23 |
# File 'lib/tessera/utils/errors.rb', line 20 def initialize(, code) msg = "ErrorCode: #{code} \nMessage: #{}" super(msg) end |