Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NSDistributedNotificationCenter: Throw a descriptive exception when g…
…dnc could not be found `NSTask launchPathForTool: @"gdnc"];` can return `nil` when the tool is not found. In this case, `[NSTask launchedTaskWithLaunchPath]` would raise a `NSInvalidArgumentException` with error message "NSTask - no launch path set" which is not very descriptive.
- Loading branch information