Method: Ftpd::PermanentFileSystemError#initialize
- Defined in:
- lib/ftpd/exceptions.rb
#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 |