topic2k/pygcgen

View on GitHub
pygcgen/pygcgen_exceptions.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-


class ChangelogGeneratorError(Exception):
    pass


class GithubApiError(Exception):
    pass