Exception: CardanoUp::SessionNotExistsError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cardano-up/err.rb

Overview

Thrown when session not exists

Instance Method Summary collapse

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