We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fe813 commit 9e2689bCopy full SHA for 9e2689b
Code/Runtime/OlegHcp/Managing/ServiceNotFoundException.cs
@@ -4,7 +4,7 @@ namespace OlegHcp.Managing
4
{
5
public class ServiceNotFoundException : InvalidOperationException
6
7
- public ServiceNotFoundException(string serviceName)
+ internal ServiceNotFoundException(string serviceName)
8
: base($"Service {serviceName} is not registered in initial context.")
9
10
0 commit comments