Exception: LokaliseManager::Error

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

Overview

The Error class provides a custom exception type for the LokaliseManager, allowing the library to raise specific errors that can be easily identified and handled separately from other StandardError exceptions in Ruby.

Instance Method Summary collapse

Constructor Details

#initialize(message = '') ⇒ Error

Initializes a new Error object



9
10
11
# File 'lib/lokalise_manager/error.rb', line 9

def initialize(message = '')
  super
end