Exception: EsExperiment::ConexaoError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/es_experiment/exceptions/conexao_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Conexão com ES falhou') ⇒ ConexaoError

Returns a new instance of ConexaoError.



4
5
6
# File 'lib/es_experiment/exceptions/conexao_error.rb', line 4

def initialize(msg = 'Conexão com ES falhou')
  super msg
end