Exception: MonkeyParty::Error

Inherits:
Exception
  • Object
show all
Includes:
HappyMapper
Defined in:
lib/monkey_party/error.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



9
10
11
12
13
14
# File 'lib/monkey_party/error.rb', line 9

def to_h
  {
    :message => message,
    :code    => code
  }
end