Exception: Shapeable::Errors::UnresolvedShapeError

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

Instance Method Summary collapse

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