Exception: WebConsole::REPLSession::NotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/web_console/repl_session.rb

Instance Method Summary collapse

Instance Method Details

#to_jsonObject



12
13
14
# File 'lib/web_console/repl_session.rb', line 12

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