class SomeException {
   
};


struct Klass {
   void method(int x) const throw(SomeException);
};
