Exception: Podium::Resource::VersionMismatchError
- Inherits:
-
StandardError
- Object
- StandardError
- Podium::Resource::VersionMismatchError
- Defined in:
- lib/podium/resource.rb
Instance Method Summary collapse
-
#initialize(podlet_version, manifest_version) ⇒ VersionMismatchError
constructor
A new instance of VersionMismatchError.
Constructor Details
#initialize(podlet_version, manifest_version) ⇒ VersionMismatchError
Returns a new instance of VersionMismatchError.
7 8 9 |
# File 'lib/podium/resource.rb', line 7 def initialize(podlet_version, manifest_version) super("expected podlet_version=#{podlet_version} to match manifest_version=#{manifest_version}") end |