CryptException constructor
const
CryptException([
- String message = 'Autenticação falhou.'
Implementation
const CryptException([this.message = 'Autenticação falhou.']);
const CryptException([this.message = 'Autenticação falhou.']);