Home
last modified time | relevance | path

Searched refs:NonInheritingException (Results 1 – 1 of 1) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DTryTest.cpp222 struct NonInheritingException {}; in TEST() struct
225 throw NonInheritingException{}; in TEST()
246 EXPECT_NE(t.tryGetExceptionObject<NonInheritingException>(), nullptr); in TEST()