Source code for windows_toasts.exceptions

[docs] class InvalidImageException(Exception): """The image provided was invalid"""
[docs] class ToastNotFoundError(Exception): """The toast could not be found"""
[docs] class UnsupportedOSVersionException(ImportError): """The operating system version is not supported"""