class IncompatibleTeapotError
Raised when a teapot file requires an incompatible version.
Definitions
def initialize(package, version)
Signature
-
parameter
packagePackage The package.
-
parameter
versionString The version.
Implementation
def initialize(package, version)
super "Unsupported teapot_version #{version} in #{package.path}!"
end