ErrorConexao constructor

ErrorConexao({
  1. required Exception exception,
})

Implementation

ErrorConexao({required this.exception});