MCPcopy Index your code
hub / github.com/CadQuery/cadquery / InvalidParameterError

Class InvalidParameterError

cadquery/cqgi.py:374–380  ·  view source on GitHub ↗

Raised when an attempt is made to provide a new parameter value that cannot be assigned to the model

Source from the content-addressed store, hash-verified

372
373
374class InvalidParameterError(Exception):
375 """
376 Raised when an attempt is made to provide a new parameter value
377 that cannot be assigned to the model
378 """
379
380 pass
381
382
383class NoOutputError(Exception):

Callers 2

set_param_valuesMethod · 0.85
set_valueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected