mirror of
https://github.com/home-assistant/core.git
synced 2025-05-11 01:19:18 +00:00
7 lines
171 B
Python
7 lines
171 B
Python
"""Sonos specific exceptions."""
|
|
from homeassistant.components.media_player.errors import BrowseError
|
|
|
|
|
|
class UnknownMediaType(BrowseError):
|
|
"""Unknown media type."""
|