Exception: Sortsmith::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Sortsmith::Error
- Defined in:
- lib/sortsmith.rb
Overview
Base error class for all Sortsmith-related exceptions.
This provides a namespace for any custom errors that may be raised during sorting operations, making it easier to rescue Sortsmith-specific issues without catching unrelated StandardError instances.