Skip to content

exceptions

dev_tool.services.watcher.exceptions

FileWatcherServiceError

Bases: DevToolBaseError

An exception that is raised when a file watcher service operation fails.

CallbackExecutionError

Bases: FileWatcherServiceError

An exception that is raised when a file watcher callback fails to execute.

FileWatchingError

Bases: FileWatcherServiceError

An exception that is raised when file watching operations fail.

ThreadingError

Bases: FileWatcherServiceError

An exception that is raised when file watcher threading operations fail.