Method: Ftpd::ExceptionTranslator#register_exception
- Defined in:
- lib/ftpd/exception_translator.rb
#register_exception(e) ⇒ Object
Register an exception class.
18 19 20 |
# File 'lib/ftpd/exception_translator.rb', line 18 def register_exception(e) @exceptions << e end |