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