Skip to content

Commit

Permalink
missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Apr 19, 2022
1 parent c5720aa commit c05f410
Show file tree
Hide file tree
Showing 3 changed files with 1,189 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cep/exc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
class CepError(Exception):
"""
Error interno del sitio web
https://www.banxico.org.mx/cep/
"""


class MaxRequestError(CepError):
"""
Máximo número de peticiones alcanzadas para
obtener el CEP de una transferencia
"""
Loading

0 comments on commit c05f410

Please sign in to comment.