class CF::Exceptions::PreferenceSyncFailed
Raised when the preference value failed to write.
Public Class Methods
new(key, domain, hostname = nil)
click to toggle source
Calls superclass method
# File lib/corefoundation/exceptions.rb, line 11 def initialize(key, domain, hostname = nil) super("Couldn't write preference value for \"#{key}\" in \"#{domain}\"#{", hostname: #{hostname}" if hostname}") end