Exception: Venetian::Executable::UnsupportedPlatformError
- Inherits:
-
StandardError
- Object
- StandardError
- Venetian::Executable::UnsupportedPlatformError
- Defined in:
- lib/venetian/executable.rb
Overview
# Unsupported Platform Error
Raised when no platform targeted by this gem is supported by the Rubygems installation.
Instance Method Summary collapse
-
#initialize(platform) ⇒ UnsupportedPlatformError
constructor
:nodoc:.
Constructor Details
#initialize(platform) ⇒ UnsupportedPlatformError
:nodoc:
15 16 17 |
# File 'lib/venetian/executable.rb', line 15 def initialize(platform) # :nodoc: super((platform)) end |