Searched defs:Exception (Results 1 – 6 of 6) sorted by relevance
60 enum Exception { enum
32 binder::Status Exception(uint32_t code, const std::string& msg) { in Exception() function
57 enum Exception { enum
103 fun Exception.toResponse() = in <lambda>() method
97 data class Exception(val type: Class<out java.lang.Exception>) : Result() in <lambda>() dataClass