Source code for androidtv.exceptions

"""Exceptions for use throughout the code.

"""


[docs] class LockNotAcquiredException(Exception): """The ADB lock could not be acquired."""