mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-19 12:27:56 +01:00
9 lines
325 B
Python
Executable File
9 lines
325 B
Python
Executable File
class ThreeError(Exception): pass
|
|
class UnimplementedFeatureError(ThreeError): pass
|
|
class ThreeValueError(ThreeError): pass
|
|
class UnsupportedObjectType(ThreeError): pass
|
|
class GeometryError(ThreeError): pass
|
|
class SelectionError(ThreeError): pass
|
|
class NGonError(ThreeError): pass
|
|
class BufferGeometryError(ThreeError): pass
|