Exception: Sequel::DuckDB::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Sequel::DuckDB::Error
- Defined in:
- lib/sequel/duckdb.rb
Overview
Base error class for DuckDB-related exceptions
This class serves as the base for all DuckDB-specific errors that may occur during adapter operation. It extends StandardError to provide a consistent error hierarchy for the DuckDB adapter.