SpikeStream Library
0.2
|
00001 #ifndef SPIKESTREAMIOEXCEPTION_H 00002 #define SPIKESTREAMIOEXCEPTION_H 00003 00004 //SpikeStream includes 00005 #include "SpikeStreamException.h" 00006 00007 namespace spikestream { 00008 00010 class SpikeStreamIOException : public SpikeStreamException { 00011 public: 00012 SpikeStreamIOException(QString details); 00013 ~SpikeStreamIOException(); 00014 00015 }; 00016 } 00017 00018 #endif//SPIKESTREAMIOEXCEPTION_H 00019 00020