Home
last modified time | relevance | path

Searched refs:PyLastError (Results 1 – 1 of 1) sorted by relevance

/dports/audio/py-pylast/pylast-4.4.0/src/pylast/
H A D__init__.py1421 class PyLastError(Exception): class
1427 class WSError(PyLastError):
1471 class MalformedResponseError(PyLastError):
1484 class NetworkError(PyLastError):
2814 raise PyLastError() from e
2831 raise PyLastError("No total pages attribute")