Method: CS::Error::SessionEmptyError#initialize
- Defined in:
- lib/cs/error.rb
#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( = "There is no Session found") super() end |