6 lines
128 B
C++
6 lines
128 B
C++
#include "TooManyTriesError.h"
|
|
|
|
MbD::TooManyTriesError::TooManyTriesError(const std::string& msg) : std::runtime_error(msg)
|
|
{
|
|
}
|