blark.solution.UnsupportedSourceFileError

exception blark.solution.UnsupportedSourceFileError(msg: str, type: str | None = None)[source]

Bases: SolutionLoaderError

Unsupported project file.

blark does not support loading of these compilable items: 1. GlobalTextList 2. Any other non-structured text source code files

__init__(msg: str, type: str | None = None)[source]
type: str | None = None