wespe package

Submodules

wespe.exceptions module

exception wespe.exceptions.BaseException[source]

Bases: Exception

All errors specific to to this library will be subclassed from BaseException.

exception wespe.exceptions.BatchExecutionError[source]

Bases: OSError, wespe.exceptions.BaseException

exception wespe.exceptions.InvalidValueError[source]

Bases: ValueError, wespe.exceptions.BaseException

exception wespe.exceptions.NoFacebookRequestProvidedError[source]

Bases: wespe.exceptions.InvalidValueError

exception wespe.exceptions.TooManyRequestsPerBatchError[source]

Bases: wespe.exceptions.InvalidValueError

Module contents

Top-level package for Wespe.