Source code for sinch.domains.numbers.api.v1.exceptions

from sinch.core.exceptions import SinchException


[docs] class NumbersException(SinchException): pass
[docs] class NumberNotFoundException(NumbersException): pass