Exception: Ftpd::PermanentFileSystemError

Inherits:
FtpServerError show all
Defined in:
lib/ftpd/exceptions.rb

Overview

A permanent file system error. The file isn’t there, etc.

Direct Known Subclasses

FileSystemError

Instance Attribute Summary

Attributes inherited from FtpServerError

#code

Instance Method Summary collapse

Methods inherited from FtpServerError

#message_with_code

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(message, code = 550)
  super
end