Exception: CS::Error::SessionEmptyError

Inherits:
Error
  • Object
show all
Defined in:
lib/cs/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "There is no Session found") ⇒ SessionEmptyError

Returns a new instance of SessionEmptyError.



40
41
42
# File 'lib/cs/error.rb', line 40

def initialize(message = "There is no Session found")
  super(message)
end