class Twizo::TwizoError

Attributes

body[R]

Public Class Methods

new(code, body = nil?) click to toggle source
Calls superclass method
# File lib/twizo/twizo_error.rb, line 18
def initialize(code, body = nil?)
  super(code)

  @body = body
end