Exception: WebConsole::ConsoleSession::NotFound
- Inherits:
-
Exception
- Object
- Exception
- WebConsole::ConsoleSession::NotFound
- 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_json ⇒ Object
20 21 22 |
# File 'app/models/web_console/console_session.rb', line 20 def to_json(*) {error: }.to_json end |