TypeAlreadyRegisteredException constructor

TypeAlreadyRegisteredException(
  1. Type type
)

Implementation

TypeAlreadyRegisteredException(Type type)
    : _message = 'Type $type has already been registered.';