File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/client/Apigen/src/apigen Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -941,7 +941,7 @@ public void EmitMethodArgumentReader()
941
941
EmitLine ( " return result;" ) ;
942
942
EmitLine ( " }" ) ;
943
943
EmitLine ( "" ) ;
944
- EmitLine ( " throw new Client.Impl .UnknownClassOrMethodException(classId, methodId);" ) ;
944
+ EmitLine ( " throw new Client.Exceptions .UnknownClassOrMethodException(classId, methodId);" ) ;
945
945
EmitLine ( " }" ) ;
946
946
EmitLine ( "" ) ;
947
947
EmitLine ( " internal Client.Impl.MethodBase DecodeMethodFrom(ushort classId, ushort methodId)" ) ;
@@ -974,7 +974,7 @@ public void EmitContentHeaderReader()
974
974
EmitLine ( $ " case { c . Index } : return new { MangleClass ( c . Name ) } Properties();") ;
975
975
}
976
976
}
977
- EmitLine ( " default: throw new Client.Impl .UnknownClassOrMethodException(classId, 0);" ) ;
977
+ EmitLine ( " default: throw new Client.Exceptions .UnknownClassOrMethodException(classId, 0);" ) ;
978
978
EmitLine ( " }" ) ;
979
979
EmitLine ( " }" ) ;
980
980
}
You can’t perform that action at this time.
0 commit comments