diff --git a/src/bindings/mono/eo_mono/iwrapper.cs b/src/bindings/mono/eo_mono/iwrapper.cs index 83d8fd53ca..5850da8c5c 100644 --- a/src/bindings/mono/eo_mono/iwrapper.cs +++ b/src/bindings/mono/eo_mono/iwrapper.cs @@ -824,7 +824,7 @@ public static class ClassRegister if (t == null) { - throw new System.InvalidOperationException($"Could not find the C# binding class for the EFL class: {name}"); + return typeof(Efl.Object); } }