Store username in Session.
[dftpd.git] / Exceptions.cpp
blob5f14a973b5836ddbf3fa30361e36d1f08c5b9822
1 #include "Exceptions.hpp"
3 ConnectionTerminated ConnectionTerminatedException;
4 SyntaxError SyntaxErrorException;
5 QuitRequested QuitRequestedException;