X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Ferror.h;h=bb714506ccf908ced9aea4f057fa78dbfdd4370e;hp=61799032323d15598e9bdcf5a2ad36712b343819;hb=HEAD;hpb=f098a871fc6dc7b61a5aca5581fa327e4124c036 diff --git a/source/error.h b/source/error.h deleted file mode 100644 index 61799032..00000000 --- a/source/error.h +++ /dev/null @@ -1,26 +0,0 @@ -/* $Id$ - -This file is part of libmspgl -Copyright © 2007 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#ifndef MSP_GL_ERROR_H_ -#define MSP_GL_ERROR_H_ - -#include - -namespace Msp { -namespace GL { - -class InvalidOperation: public Exception -{ -public: - InvalidOperation(const std::string &w_): Exception(w_) { } - ~InvalidOperation() throw() { } -}; - -} // namespace GL -} // namespace Msp - -#endif