export function UnableToProceedWithoutMessage(fileName: string) {
  return `Unable to proceed without "${fileName}"`;
}
