Class derives from
Author: LGTM
import cpp
from Class type
where
type.getABaseClass+().hasName('exception') and
type.getNamespace().getName() = 'std'
select typeDescription
Finds classes that derive from `std::exception`
import cpp
from Class type
where
type.getABaseClass+().hasName('exception') and
type.getNamespace().getName() = 'std'
select typeFinds classes that derive from `std::exception`