© 2026 Hedgehog Software, LLC
Effect.catchTag
OrderNotFoundError
// HANDLE_ORDER_NOT_FOUND export const HANDLE_ORDER_NOT_FOUND = ( _OrderNotFoundError: OrderNotFoundError, ) => { return Effect.die('Just a little test'); };