except.cpp 123 B

12345678
  1. #include "except.hh"
  2. interruptedException::interruptedException()
  3. { }
  4. interruptedException::~interruptedException()
  5. { }