2025-12-01
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# SPDX-FileCopyrightText: 2021 Blender Studio Tools Authors
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
class ShotInvalidException(Exception):
|
||||
"""
|
||||
Error raised when shot is not valid. For example has no self.id.
|
||||
"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user