Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/sqlparse/exceptions.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.4.4, created at 2024-04-04 06:18 +0000

1# 

2# Copyright (C) 2009-2020 the sqlparse authors and contributors 

3# <see AUTHORS file> 

4# 

5# This module is part of python-sqlparse and is released under 

6# the BSD License: https://opensource.org/licenses/BSD-3-Clause 

7 

8"""Exceptions used in this package.""" 

9 

10 

11class SQLParseError(Exception): 

12 """Base class for exceptions in this module."""