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.



39
40
41
# File 'lib/teapot/loader.rb', line 39

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

Instance Attribute Details

#versionObject (readonly)

Returns the value of attribute version.



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

def version
  @version
end