docs: Show full exception path
This commit is contained in:
parent
47c507b8a7
commit
b24835163b
@ -33,7 +33,7 @@ The following requirements applies to any frontend implementation:
|
||||
|
||||
- Such config values MUST be documented.
|
||||
|
||||
- The main actor MUST raise the :exc:`~mopidy.exceptions.FrontendError` with a
|
||||
- The main actor MUST raise the :exc:`mopidy.exceptions.FrontendError` with a
|
||||
descriptive error message if the defined config values are not adequate for
|
||||
the frontend to work properly.
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ class Backend(object):
|
||||
"""Backend API
|
||||
|
||||
If the backend has problems during initialization it should raise
|
||||
:exc:`~mopidy.exceptions.BackendError` with a descriptive error message.
|
||||
:exc:`mopidy.exceptions.BackendError` with a descriptive error message.
|
||||
This will make Mopidy print the error message and exit so that the user can
|
||||
fix the issue.
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@ class Mixer(object):
|
||||
Audio mixer API
|
||||
|
||||
If the mixer has problems during initialization it should raise
|
||||
:exc:`~mopidy.exceptions.MixerError` with a descriptive error message. This
|
||||
:exc:`mopidy.exceptions.MixerError` with a descriptive error message. This
|
||||
will make Mopidy print the error message and exit so that the user can fix
|
||||
the issue.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user