PersonnummerException constructor

PersonnummerException([
  1. String cause = 'Invalid swedish personal identity number'
])

Implementation

PersonnummerException(
    [this.cause = 'Invalid swedish personal identity number']);