AutoresolutionFailedException constructor

AutoresolutionFailedException([
  1. String message = 'SMS code autoresolution failed'
])

Implementation

AutoresolutionFailedException([
  this.message = 'SMS code autoresolution failed',
]);