Class derives from

Author: LGTM

import cpp

from Class type
where
  type.getABaseClass+().hasName('exception') and
  type.getNamespace().getName() = 'std'
select type

Description

Finds classes that derive from `std::exception`