Searched refs:new_exception_str (Results 1 – 1 of 1) sorted by relevance
168 pub fn new_exception_str<T: AsRef<str>>( in new_exception_str() method445 self.map_err(|e| Status::new_exception_str(exception, Some(op(e)))) in or_binder_exception_with()480 let status = Status::new_exception_str(ExceptionCode::ILLEGAL_STATE, Some("message")); in make_exception()490 let status = Status::new_exception_str(ExceptionCode::ILLEGAL_STATE, Some("one\0two")); in make_exception_null()