audacia/src/UserException.cpp

19 lines
223 B
C++

/*!
@file UserException.cpp
@brief implements UserException
Created by Paul Licameli on 11/27/16.
*/
#include "UserException.h"
UserException::~UserException()
{
}
void UserException::DelayedHandlerAction()
{
}