ActivationException constructor

ActivationException(
  1. Type type
)

Implementation

ActivationException(Type type)
    : _message = 'No registration for type $type could be found.';