other static method

ResourceException other(
  1. Exception cause
)

For any other error, such as HTTP 500.

Implementation

static ResourceException other(Exception cause) =>
    ResourceException._("r2_shared_resource_exception_other", cause: cause);