class ShadowfaxApi::Exception
Public Class Methods
raise_exception(exception_response)
click to toggle source
# File lib/shadowfax_api/exception.rb, line 3 def self.raise_exception(exception_response) new(exception_response) end