Exception: Fontist::Errors::UnsupportedMacOSVersionError

Inherits:
GeneralError
  • Object
show all
Defined in:
lib/fontist/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(detected_version, available_frameworks) ⇒ UnsupportedMacOSVersionError

Returns a new instance of UnsupportedMacOSVersionError.



169
170
171
# File 'lib/fontist/errors.rb', line 169

def initialize(detected_version, available_frameworks)
  super(build_message(detected_version, available_frameworks))
end