Exception: Fontist::Errors::UnsupportedMacOSVersionError
- Inherits:
-
GeneralError
- Object
- StandardError
- GeneralError
- Fontist::Errors::UnsupportedMacOSVersionError
- Defined in:
- lib/fontist/errors.rb
Instance Method Summary collapse
-
#initialize(detected_version, available_frameworks) ⇒ UnsupportedMacOSVersionError
constructor
A new instance of UnsupportedMacOSVersionError.
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((detected_version, available_frameworks)) end |