safeInvoke method

Future safeInvoke (
  1. RequestContext req,
  2. ResponseContext res,
  3. String name,
  4. dynamic operation(
      ),
    1. dynamic error(
      1. Exception err
      )
    )
    inherited