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.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/stable/exceptionindexoutofbounds.h (limited to 'src/stable/exceptionindexoutofbounds.h') diff --git a/src/stable/exceptionindexoutofbounds.h b/src/stable/exceptionindexoutofbounds.h new file mode 100644 index 0000000..fbb2a04 --- /dev/null +++ b/src/stable/exceptionindexoutofbounds.h @@ -0,0 +1,18 @@ +/* + * 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. + */ + +#ifndef BU_EXCEPTION_INDEX_OUT_OF_BOUNDS_H +#define BU_EXCEPTION_INDEX_OUT_OF_BOUNDS_H + +#include "bu/exceptionbase.h" + +namespace Bu +{ + subExceptionDecl( ExceptionIndexOutOfBounds ); +} + +#endif -- cgit v1.2.3