class Rookout::Exceptions::RookProxyException

Public Class Methods

new(error) click to toggle source
Calls superclass method Rookout::Exceptions::ToolException::new
# File lib/rookout/exceptions.rb, line 188
def initialize error
  super "Error from proxy #{error}", { "error" => error }
end