blob: 6b0f54f8b6b7e14523ca12d9c2a90577506404eb [file] [log] [blame] [view]
# MethodException<T> constructor
MethodException<T>(T value)
## Implementation
```dart
MethodException(this.value);
```