ATHMovilException constructor

ATHMovilException({
  1. required String exceptionMessage,
  2. required String exceptionTitle,
})

Implementation

ATHMovilException({
  required this.exceptionMessage,
  required this.exceptionTitle,
});