FwupdNothingToDoException constructor

const FwupdNothingToDoException([
  1. dynamic message
])

Implementation

const FwupdNothingToDoException([dynamic message]) : super(message);