except.hh 132 B

123456789
  1. #pragma once
  2. class interruptedException
  3. {
  4. public:
  5. interruptedException();
  6. virtual ~interruptedException();
  7. };