class Yakit::InternalServerError

for 500 response

Public Class Methods

new(response) click to toggle source
Calls superclass method Yakit::Exception::new
# File lib/yakit/exception.rb, line 42
    def initialize(response)
  super(response)
end