SQLAlchemy automatically catches exceptions from types and wraps
them as a `StatementError` if they don't extend from the
`DontWrapMixin`. This PR creates a new exception type that combines
the native phonenumbers exception with the sqlalchemy mixin.