Exception: Venetian::Executable::UnsupportedPlatformError

Inherits:
StandardError
  • Object
show all
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

Constructor Details

#initialize(platform) ⇒ UnsupportedPlatformError

:nodoc:



15
16
17
# File 'lib/venetian/executable.rb', line 15

def initialize(platform) # :nodoc:
  super(unsupported_platform_message(platform))
end