UnsupportedMethodException constructor

UnsupportedMethodException(
  1. String method
)

Implementation

UnsupportedMethodException(String method)
    : super('Method $method not supported', code: 4200);