Skip to content

Commit 9e2689b

Browse files
committed
upd
1 parent e2fe813 commit 9e2689b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/Runtime/OlegHcp/Managing/ServiceNotFoundException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace OlegHcp.Managing
44
{
55
public class ServiceNotFoundException : InvalidOperationException
66
{
7-
public ServiceNotFoundException(string serviceName)
7+
internal ServiceNotFoundException(string serviceName)
88
: base($"Service {serviceName} is not registered in initial context.")
99
{
1010

0 commit comments

Comments
 (0)