1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix documentation for Net::SMTPServerBusy

Fixes [Bug #11628]
This commit is contained in:
Jeremy Evans 2019-06-27 16:57:19 -07:00
parent a2091c3023
commit 14b0c94ac3

View file

@ -38,7 +38,7 @@ module Net
include SMTPError
end
# Represents SMTP error code 420 or 450, a temporary error.
# Represents SMTP error code 4xx, a temporary error.
class SMTPServerBusy < ProtoServerError
include SMTPError
end