We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec33a76 commit 26bc063Copy full SHA for 26bc063
facturapi/resources/invoices.py
@@ -213,7 +213,7 @@ def send_by_email(
213
bool: True if the email was sent successfully, False otherwise.
214
215
Raises:
216
- ValueError: If the invoice_id is not provided.
+ FacturapiResponseException: If the invoice_id is not found.
217
requests.RequestException: If the API request fails.
218
"""
219
0 commit comments