Exception: Shapeable::Errors::UnresolvedPathError
- Inherits:
-
Exception
- Object
- Exception
- Shapeable::Errors::UnresolvedPathError
- Defined in:
- lib/shapeable/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'Unable to resolve path. Try specifying a path.') ⇒ UnresolvedPathError
constructor
A new instance of UnresolvedPathError.
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 |