Add FTP protocol debugging facilities.
[dftpd.git] / Exceptions.cpp
blob6dd05b4e91af709b493c432e70a3250dc9009957
1 #include "Exceptions.hpp"
3 ConnectionTerminated ConnectionTerminatedException;
4 SyntaxError SyntaxErrorException;
5 QuitRequested QuitRequestedException;
6 SessionError SessionErrorException;
7 ServerCrash ServerCrashException;