Exception: Teapot::IncompatibleTeapotError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/teapot/loader.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(package, version) ⇒ IncompatibleTeapotError

Returns a new instance of IncompatibleTeapotError.



43
44
45
# File 'lib/teapot/loader.rb', line 43

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

Instance Attribute Details

#versionObject (readonly)

Returns the value of attribute version.



47
48
49
# File 'lib/teapot/loader.rb', line 47

def version
  @version
end