Files
revng-revng/python/revng/api/exceptions.py
Giacomo Vercesi 4f7e295a36 Introduce PipelineC wrapper for Python
Add the revng.api module: a wrapper around the PipelineC API.
2022-04-26 15:05:30 +02:00

8 lines
126 B
Python

#
# This file is distributed under the MIT License. See LICENSE.md for details.
#
class RevngException(Exception):
pass