зеркало из https://github.com/Azure/azfilebackup.git
9 строки
306 B
Python
9 строки
306 B
Python
# coding=utf-8
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# Licensed under the MIT License.
|
|
# --------------------------------------------------------------------------
|
|
|
|
class BackupException(Exception):
|
|
pass |