This commit is contained in:
dni ⚡ 2024-09-05 08:29:32 +02:00
parent 8012729305
commit c21a57f4b8
No known key found for this signature in database
GPG Key ID: D1F416F29AD26E87

View File

@ -34,7 +34,7 @@ class InvoiceError(LnbitsError):
class NotFoundError(LnbitsError):
"""
Raised by crud operations when a resource is not found.
Raises (401) error in api context.
Raises (404) error in api context.
"""