Exception: Shapeable::Errors::UnresolvedVersionError

Inherits:
Exception
  • Object
show all
Defined in:
lib/shapeable/errors.rb

Instance Method Summary collapse

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