git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@151 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
11 lines
156 B
Python
11 lines
156 B
Python
#-*- coding: UTF-8 -*-
|
|
|
|
"""
|
|
All possible errors.
|
|
"""
|
|
|
|
class AssimpError(BaseException):
|
|
"""
|
|
If an internal error occures.
|
|
"""
|
|
pass |