class ScientificProtocols::Errors::ClientError
Public Class Methods
new(response:)
click to toggle source
# File lib/scientificprotocols/errors/client_error.rb, line 4 def initialize(response:) @response = response end