Skip to content

Commit

Permalink
Exporting the error classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafagd committed Oct 14, 2020
1 parent d80d32e commit 73ee30e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pesq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

import numpy as np
from .cypesq import cypesq, cypesq_retvals, cypesq_last_error_message
from .cypesq import PesqError, InvalidSampleRateError, OutOfMemoryError
from .cypesq import BufferTooShortError, NoUtterancesError

class PesqOnError:
RAISE_EXCEPTION = 0
Expand Down

0 comments on commit 73ee30e

Please sign in to comment.