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