XInputSimulator/XInputSimulator/notimplementedexception.cpp

25 lines
918 B
C++
Raw Normal View History

2013-07-14 14:25:29 +02:00
// Copyright 2013 Dustin Bensing
// This file is part of XInputSimulator.
// XInputSimulator is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser Public License as published by
// the Free Software Foundation, either version 3 of the License, or
2013-07-14 14:28:53 +02:00
// any later version.
2013-07-14 14:25:29 +02:00
// XInputSimulator is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser Public License for more details.
// You should have received a copy of the GNU Lesser Public License
// along with XInputSimulator. If not, see <http://www.gnu.org/licenses/>.
#include "xinputsimulator.h"
2013-07-14 13:52:02 +02:00
NotImplementedException::NotImplementedException()
:
std::runtime_error("The author was to lazy to implement this function yet...")
{
}