For future-compatibility purposes, we should never manually initiate a class, instead, we should always use the Service class. However, if you attempt to create a class for a service that hasn't manually been registered, you will get an exception.
Instead, I think it should make a class that refers to the service name you passed, using 'new'.
For future-compatibility purposes, we should never manually initiate a class, instead, we should always use the Service class. However, if you attempt to create a class for a service that hasn't manually been registered, you will get an exception.
Instead, I think it should make a class that refers to the service name you passed, using 'new'.