# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. """Exception types for SuperBench errors.""" class DuplicateBenchmarkRegistrationError(Exception): """An error is raised for duplicate benchmark registration.""" pass