class Shapeable::Errors::UnresolvedVersionError

Public Class Methods

new(msg = 'Unable to resolve version. Try specifying a default version.') click to toggle source
Calls superclass method
# File lib/shapeable/errors.rb, line 21
def initialize(msg = 'Unable to resolve version. Try specifying a default version.')
  super
end