mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 17:19:43 +02:00
18 lines
222 B
C++
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()
|
|
{
|
|
}
|