Exception: Ftpd::TransientFileSystemError

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

Overview

A transient file system error. The file is busy, etc.

Instance Attribute Summary

Attributes inherited from FtpServerError

#code

Instance Method Summary collapse

Methods inherited from FtpServerError

#message_with_code

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