Current section

Files

Jump to
bb lib bb error category.ex
Raw

lib/bb/error/category.ex

# SPDX-FileCopyrightText: 2025 James Harton
#
# SPDX-License-Identifier: Apache-2.0
defmodule BB.Error.Category do
@moduledoc """
Error class for command category-related errors.
These errors occur when commands cannot be executed due to
category-level constraints such as concurrency limits.
"""
end