lib/ftpd/session_config.rb in ftpd-1.0.1 vs lib/ftpd/session_config.rb in ftpd-1.1.0
- old
+ new
@@ -96,8 +96,16 @@
#
# @return [Symbol]
attr_accessor :tls
+ # The exception handler. When there is an unknown exception,
+ # server replies 451 and calls exception_handler. If nil,
+ # then it's ignored.
+ #
+ # @return [Proc]
+
+ attr_accessor :exception_handler
+
end
end