ExcecaoAutenticaProcurador constructor

ExcecaoAutenticaProcurador(
  1. String mensagem, {
  2. String? codigo,
  3. int? statusHttp,
})

Implementation

ExcecaoAutenticaProcurador(this.mensagem, {this.codigo, this.statusHttp});