Home
last modified time | relevance | path

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

/expo/android/tools/src/main/java/host/exp/exponent/tools/
H A DReactAndroidCodeTransformer.java100 Parameter exceptionParam = new Parameter(type, exceptionId); in getCatchClause() local
101 return new CatchClause(exceptionParam, catchBlock); in getCatchClause()