Exception: Ftpd::CommandError
- Inherits:
-
FtpServerError
- Object
- StandardError
- FtpServerError
- Ftpd::CommandError
- Defined in:
- lib/ftpd/exceptions.rb
Overview
Any error that send a reply to the client raises a CommandError. The message is the text to send (e.g. “501 Syntax error”). This is typically not raised directly, but using the Error mixin.