class PetraServerError
Attributes
response[R]
Public Class Methods
new(response=nil)
click to toggle source
# File lib/petra_sdk/error.rb, line 3 def initialize(response=nil) @response = response end