-Import tkreuzer's time implementation from AMD64 branch
[reactos.git] / rostests / rosautotest / CInvalidParameterException.cpp
1 /*
2 * PROJECT: ReactOS Automatic Testing Utility
3 * LICENSE: GNU GPLv2 or any later version as published by the Free Software Foundation
4 * PURPOSE: Empty exception thrown when the parameter processor detects an invalid parameter
5 * COPYRIGHT: Copyright 2009 Colin Finck <colin@reactos.org>
6 */
7
8 #include "precomp.h"
9
10 /**
11 * Constructs an empty CInvalidParameterException object, which is catched in wmain as an exception.
12 */
13 CInvalidParameterException::CInvalidParameterException()
14 {
15 }