Exception: RTLSDR::Error
- Inherits:
-
StandardError
- Object
- StandardError
- RTLSDR::Error
- Defined in:
- lib/rtlsdr/errors.rb
Overview
Base error class for all RTL-SDR related exceptions
This is the parent class for all RTL-SDR specific errors. It extends Ruby's StandardError and provides a consistent error hierarchy for the gem. All other RTL-SDR errors inherit from this class.
Direct Known Subclasses
CallbackError, DeviceNotFoundError, DeviceNotOpenError, DeviceOpenError, EEPROMError, InvalidArgumentError, OperationFailedError