Skip to content

Commit

Permalink
chore: adiciona mais informações quando trâmite já em andamento (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira authored Aug 15, 2023
1 parent b7ba2ad commit 1cae07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rn/ProcessoEletronicoRN.php
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ private function tratarFalhaWebService(Exception $fault)

// Fixação de mensagem de erro para quando já existe um trâmite em andamento
if($strWsException->codigoErro == "0044"){
$mensagem = 'Processo já possui um trâmite em andamento';
$mensagem = 'Processo já possui um trâmite em andamento. Mensagem original do tramita: '.$mensagem;
}
}

Expand Down

0 comments on commit 1cae07d

Please sign in to comment.