Exception: LokaliseManager::Error
- Inherits:
-
StandardError
- Object
- StandardError
- LokaliseManager::Error
- 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
-
#initialize(message = '') ⇒ Error
constructor
Initializes a new Error object.
Constructor Details
#initialize(message = '') ⇒ Error
Initializes a new Error object
9 10 11 |
# File 'lib/lokalise_manager/error.rb', line 9 def initialize( = '') super end |