class Shapeable::Errors::UnresolvedShapeError
Public Class Methods
new(msg = 'Unable to resolve shape. Try specifying a default shape.')
click to toggle source
Calls superclass method
# File lib/shapeable/errors.rb, line 15 def initialize(msg = 'Unable to resolve shape. Try specifying a default shape.') super end