class Shapeable::Errors::UnresolvedPathError

Public Class Methods

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