Exception: Ftpd::TransientFileSystemError
- Inherits:
-
FtpServerError
- Object
- StandardError
- FtpServerError
- Ftpd::TransientFileSystemError
- Defined in:
- lib/ftpd/exceptions.rb
Overview
A transient file system error. The file is busy, etc.
Instance Attribute Summary
Attributes inherited from FtpServerError
Instance Method Summary collapse
-
#initialize(message, code = 450) ⇒ TransientFileSystemError
constructor
A new instance of TransientFileSystemError.
Methods inherited from FtpServerError
Constructor Details
#initialize(message, code = 450) ⇒ TransientFileSystemError
Returns a new instance of TransientFileSystemError.
49 50 51 |
# File 'lib/ftpd/exceptions.rb', line 49 def initialize(, code = 450) super end |