// Errors surfaced by the ClaudeBFF helper.
//
// EXAMPLE CODE. Placeholders only.

import Foundation

enum BFFError: Error {
    case noActiveEntitlement
}
