class Passfort::Errors::UnparseableResponseError

Public Class Methods

new(*args) click to toggle source
Calls superclass method Passfort::Errors::APIError::new
# File lib/passfort/errors/unparseable_response_error.rb, line 6
def initialize(*args)
  super("Unparseable response body", *args)
end