Exception: Chutzen::StandardError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/chutzen/standard_error.rb

Overview

Base class for all exceptions in Chutzen.

Instance Method Summary collapse

Instance Method Details

#as_jsonObject



6
7
8
# File 'lib/chutzen/standard_error.rb', line 6

def as_json
  { 'error' => { 'message' => message } }
end