class DTK::Client::Response::Error::Internal

Public Class Methods

new(hash={}) click to toggle source
Calls superclass method
# File lib/domain/response.rb, line 273
def initialize(hash={})
  super({"code" => "error"}.merge(hash).merge("internal" => true))
end