class Garcon::Exceptions::UnsupportedPlatform
Public Class Methods
new(platform)
click to toggle source
Calls superclass method
# File lib/garcon/exceptions.rb, line 28 def initialize(platform) super "This functionality is not supported on platform #{platform}." end