RegistryFactoryException.invalid constructor

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

Implementation

RegistryFactoryException.invalid(String algorithm, [Type? type])
    : this(
          'Algorithm name $algorithm is invalid${type != null ? ' of type $type' : ''}');