Exception: Shapeable::Errors::UnresolvedShapeError
- Inherits:
-
Exception
- Object
- Exception
- Shapeable::Errors::UnresolvedShapeError
- Defined in:
- lib/shapeable/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'Unable to resolve shape. Try specifying a default shape.') ⇒ UnresolvedShapeError
constructor
A new instance of UnresolvedShapeError.
Constructor Details
#initialize(msg = 'Unable to resolve shape. Try specifying a default shape.') ⇒ UnresolvedShapeError
Returns a new instance of UnresolvedShapeError.
15 16 17 |
# File 'lib/shapeable/errors.rb', line 15 def initialize(msg = 'Unable to resolve shape. Try specifying a default shape.') super end |