Source code for spyder.api.exceptions

# -*- coding: utf-8 -*-
#
# Copyright © Spyder Project Contributors
# Licensed under the terms of the MIT License
# (see spyder/__init__.py for details)

"""
This module contains API exceptions.
"""


[docs] class SpyderAPIError(Exception): pass