Exception: Rentlinx::Conflict

Inherits:
HTTPError show all
Defined in:
lib/rentlinx/errors.rb

Overview

Thrown when error code 409 (conflict) is received

Instance Attribute Summary

Attributes inherited from HTTPError

#response

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ Conflict

Returns a new instance of Conflict.



77
78
79
# File 'lib/rentlinx/errors.rb', line 77

def initialize(response)
  super(response, 'There was a conflict on the remote server.')
end