From c4c34c1bfe568b653399cb5349ce54b5ee1c519b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 25 May 2019 15:47:58 -0700 Subject: Augmented UnitSuite, added more to Blob, and added tests. --- src/stable/exceptionindexoutofbounds.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/stable/exceptionindexoutofbounds.cpp (limited to 'src/stable/exceptionindexoutofbounds.cpp') diff --git a/src/stable/exceptionindexoutofbounds.cpp b/src/stable/exceptionindexoutofbounds.cpp new file mode 100644 index 0000000..eb6d589 --- /dev/null +++ b/src/stable/exceptionindexoutofbounds.cpp @@ -0,0 +1,14 @@ +/* + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + +#include "exceptionindexoutofbounds.h" + +namespace Bu +{ + subExceptionDef( ExceptionIndexOutOfBounds ); +} + -- cgit v1.2.3