class Sia::Error

Sia-specific errors live here

To catch any Sia error, just rescue `Sia::Error`.

begin
  # Code stuffs
rescue Sia::Error
  # Handle the exceptiom
end