Method: EppErrorResponse#to_s

Defined in:
lib/epp/exceptions.rb

#to_sObject



15
16
17
# File 'lib/epp/exceptions.rb', line 15

def to_s
  "#{@message} (code #{@response_code})"
end