Exceptions

Exception classes used throughout vibegui.

Custom exceptions for vibegui library.

exception vibegui.exceptions.VibeGuiError[source]

Bases: Exception

Base exception for vibegui library.

exception vibegui.exceptions.BackendError[source]

Bases: VibeGuiError

Raised when there’s an issue with backend selection or initialization.

exception vibegui.exceptions.ConfigurationError[source]

Bases: VibeGuiError

Raised when there’s an issue with configuration loading or validation.