| Total Complexity | 0 |
| Total Lines | 6 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | # Copyright 2022, Red Hat, Inc. |
||
| 2 | # SPDX-License-Identifier: LGPL-2.1-or-later |
||
| 3 | |||
| 4 | 1 | class FilterNotSupportDataStructureException(Exception): |
|
| 5 | """ Raised when filter try to process not supported data structures """ |
||
| 6 |