raiseUnsupportedAlgorithm function

Never raiseUnsupportedAlgorithm(
  1. String algorithm
)

Implementation

Never raiseUnsupportedAlgorithm(String algorithm) {
  throw LocksmithUnsupportedAlgorithm(algorithm);
}