Exception: Ftpd::PermanentFileSystemError
- Inherits:
-
FtpServerError
- Object
- StandardError
- FtpServerError
- Ftpd::PermanentFileSystemError
- Defined in:
- lib/ftpd/exceptions.rb
Overview
A permanent file system error. The file isn’t there, etc.
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from FtpServerError
Instance Method Summary collapse
-
#initialize(message, code = 550) ⇒ PermanentFileSystemError
constructor
A new instance of PermanentFileSystemError.
Methods inherited from FtpServerError
Constructor Details
#initialize(message, code = 550) ⇒ PermanentFileSystemError
Returns a new instance of PermanentFileSystemError.
36 37 38 |
# File 'lib/ftpd/exceptions.rb', line 36 def initialize(, code = 550) super end |