Skip to content

Commit

Permalink
2.3.0 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 9, 2024
1 parent c6bb104 commit 8e84967
Show file tree
Hide file tree
Showing 3 changed files with 477 additions and 2 deletions.
25 changes: 25 additions & 0 deletions unicorn_binance_rest_api/licensing_exceptions.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# File: lucit_licensing_python/licensing_exceptions.py
#
# Project website: https://www.lucit.tech/lucit-licensing-python.html
# Github: https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python
# Documentation: https://lucit-licensing-python.docs.lucit.tech
# PyPI: https://pypi.org/project/lucit-licensing-python
# LUCIT Online Shop: https://shop.lucit.services/software
#
# License: LSOSL - LUCIT Synergetic Open Source License
# https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python/blob/master/LICENSE
#
# Author: LUCIT Systems and Development
#
# Copyright (c) 2023-2023, LUCIT Systems and Development (https://www.lucit.tech)
# All rights reserved.

# define Python user-defined exceptions
class NoValidatedLucitLicense(Exception):
"""
No valid LUCIT license verification.
"""
pass
Loading

0 comments on commit 8e84967

Please sign in to comment.