Exception: WebConsole::ConsoleSession::NotFound

Inherits:
Exception
  • Object
show all
Defined in:
app/models/web_console/console_session.rb

Overview

Raised when trying to find a session that is no longer in the in-memory session storage.

Instance Method Summary collapse

Instance Method Details

#to_jsonObject



20
21
22
# File 'app/models/web_console/console_session.rb', line 20

def to_json(*)
  {error: message}.to_json
end