class PetraServerError < StandardError attr_reader :response def initialize(response=nil) @response = response end end class PetraBadKeyError < StandardError end class IncompleteParameterError < StandardError end class SuggestedAuthError < StandardError end