TeapotSourceTeapotIncompatibleTeapotError

class IncompatibleTeapotError

Raised when a teapot file requires an incompatible version.

Definitions

def initialize(package, version)

Signature

parameter package Package

The package.

parameter version String

The version.

Implementation

def initialize(package, version)
	super "Unsupported teapot_version #{version} in #{package.path}!"
end