1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00
audacity/libraries/lib-exceptions/UserException.cpp
2021-07-21 14:01:58 -04:00

18 lines
222 B
C++

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