Class: DTK::RestError::Internal

Inherits:
DTK::RestError show all
Defined in:
lib/errors/rest_error.rb

Overview

its either its a usage or and internal (application error) bug

Instance Method Summary collapse

Methods inherited from DTK::RestError

create

Instance Method Details

#hash_formObject



43
44
45
# File 'lib/errors/rest_error.rb', line 43

def hash_form()
  super.merge(:internal => true)
end