Libraries
»
epp
(1.4.0)
»
Index
»
EppErrorResponse
»
#to_s
Method: EppErrorResponse#to_s
Defined in:
lib/epp/exceptions.rb
#
to_s
⇒
Object
15 16 17
# File 'lib/epp/exceptions.rb', line 15
def
to_s
"
#{
@message
}
(code
#{
@response_code
}
)
"
end