Exception: Sia::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sia/error.rb

Overview

Sia-specific errors live here

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

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

Defined Under Namespace

Classes: ConfigurationError, FileOutsideScopeError, InvalidOptionError, PasswordError