Source code for hastegeo.core.utils.exceptions # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. [docs]class UnsupportedFormatError(Exception): pass