PlayerctlNotInstalledException constructor

PlayerctlNotInstalledException([
  1. String? message
])

Implementation

PlayerctlNotInstalledException([String? message])
  : super(message ?? 'playerctl is not installed on this system');