Class: LanguageOperator::CLI::Errors::NetworkError

Inherits:
ThorCompatibleError show all
Defined in:
lib/language_operator/cli/errors/thor_errors.rb

Overview

Network or connectivity error (exit code 4)

Instance Attribute Summary

Attributes inherited from ThorCompatibleError

#exit_code

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ NetworkError

Returns a new instance of NetworkError.



35
36
37
# File 'lib/language_operator/cli/errors/thor_errors.rb', line 35

def initialize(message = nil)
  super(message, 4)
end