Exception: Shapeable::Errors::UnresolvedVersionError
- Inherits:
-
Exception
- Object
- Exception
- Shapeable::Errors::UnresolvedVersionError
- Defined in:
- lib/shapeable/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'Unable to resolve version. Try specifying a default version.') ⇒ UnresolvedVersionError
constructor
A new instance of UnresolvedVersionError.
Constructor Details
#initialize(msg = 'Unable to resolve version. Try specifying a default version.') ⇒ UnresolvedVersionError
Returns a new instance of UnresolvedVersionError.
21 22 23 |
# File 'lib/shapeable/errors.rb', line 21 def initialize(msg = 'Unable to resolve version. Try specifying a default version.') super end |