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