Exception: Shapeable::Errors::UnresolvedPathError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Unable to resolve path. Try specifying a path.') ⇒ UnresolvedPathError



27
28
29
# File 'lib/shapeable/errors.rb', line 27

def initialize(msg = 'Unable to resolve path. Try specifying a path.')
  super
end