err method

Exception err({
  1. String? r,
})

Implementation

Exception err({String? r}) {
  return MeshException(code, message, r ?? message);
}