RegistryFactoryException.unknown constructor

RegistryFactoryException.unknown(
  1. String algorithm, [
  2. Type? type
])

Implementation

RegistryFactoryException.unknown(String algorithm, [Type? type])
    : this(
          'No algorithm registered${type != null ? ' of type $type' : ''} with name: $algorithm');