/*******************************************************************************
 * Copyright (C) 2016 Advanced Micro Devices, Inc. All rights reserved.
 ******************************************************************************/

#pragma once
#ifndef __TEST_EXCEPTION__
#define __TEST_EXCEPTION__

#include <exception>

void handle_exception(const std::exception& except);

#endif
