Source code for pyleecan.Methods.Import
# -*- coding: utf-8 -*-
[docs]class ImportError(Exception):
"""Raised when the data import or generation is not possible"""
pass
# -*- coding: utf-8 -*-
[docs]class ImportError(Exception):
"""Raised when the data import or generation is not possible"""
pass