Exception: Shaf::Upgrade::Version::UpgradeVersionError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/shaf/upgrade/version.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = '') ⇒ UpgradeVersionError

Returns a new instance of UpgradeVersionError.



11
12
13
# File 'lib/shaf/upgrade/version.rb', line 11

def initialize(message = '')
  super("Bad upgrade version: #{message}")
end