Exception: Shaf::Upgrade::Version::UpgradeVersionError
- Inherits:
-
StandardError
- Object
- StandardError
- Shaf::Upgrade::Version::UpgradeVersionError
- Defined in:
- lib/shaf/upgrade/version.rb
Instance Method Summary collapse
-
#initialize(message = '') ⇒ UpgradeVersionError
constructor
A new instance of UpgradeVersionError.
Constructor Details
#initialize(message = '') ⇒ UpgradeVersionError
Returns a new instance of UpgradeVersionError.
11 12 13 |
# File 'lib/shaf/upgrade/version.rb', line 11 def initialize( = '') super("Bad upgrade version: #{}") end |