19234507ba
Former-commit-id: 3494343bcc9ddb42b36b82dd9ae7b69e85e0229f
12 lines
187 B
C#
12 lines
187 B
C#
using System;
|
|
|
|
namespace Internal.Runtime.Augments
|
|
{
|
|
partial class RuntimeAugments
|
|
{
|
|
public static void ReportUnhandledException (Exception exception)
|
|
{
|
|
throw exception;
|
|
}
|
|
}
|
|
} |