DP3
BlobException.h
Go to the documentation of this file.
1 // BlobException.h: Blob Exception class.
2 //
3 // Copyright (C) 2020 ASTRON (Netherlands Institute for Radio Astronomy)
4 // SPDX-License-Identifier: GPL-3.0-or-later
5 
6 #ifndef LOFAR_BLOB_BLOBEXCEPTION_H
7 #define LOFAR_BLOB_BLOBEXCEPTION_H
8 
9 #include <stdexcept>
10 
11 namespace dp3 {
12 namespace blob {
13 
15 typedef std::runtime_error BlobException;
16 
17 } // namespace blob
18 } // namespace dp3
19 
20 #endif
std::runtime_error BlobException
Blob Exception class.
Definition: BlobException.h:15
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53