audacia/src/UserException.cpp

19 lines
216 B
C++

//
// UserException.cpp
//
//
// Created by Paul Licameli on 11/27/16.
//
//
#include "Audacity.h"
#include "UserException.h"
UserException::~UserException()
{
}
void UserException::DelayedHandlerAction()
{
}