W3MCoinbaseException constructor
W3MCoinbaseException(
- String message, [
- dynamic error,
- dynamic stackTrace
Implementation
W3MCoinbaseException(
this.message, [
this.error,
this.stackTrace,
]) : super();