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