Exception: CardanoUp::SessionNotExistsError
- Inherits:
-
StandardError
- Object
- StandardError
- CardanoUp::SessionNotExistsError
- Defined in:
- lib/cardano-up/err.rb
Overview
Thrown when session not exists
Instance Method Summary collapse
-
#initialize(session_name) ⇒ SessionNotExistsError
constructor
A new instance of SessionNotExistsError.
Constructor Details
#initialize(session_name) ⇒ SessionNotExistsError
Returns a new instance of SessionNotExistsError.
20 21 22 |
# File 'lib/cardano-up/err.rb', line 20 def initialize(session_name) super("Session '#{session_name}' does not exist!") end |