10 lines
152 B
Plaintext
10 lines
152 B
Plaintext
|
// -*- C++ -*-
|
||
|
|
||
|
namespace DTR {
|
||
|
/*! \class DTRException
|
||
|
*
|
||
|
* This class describes the exceptions throwed by the DTR library in case of errors.
|
||
|
*/
|
||
|
|
||
|
}
|