jackfiled
89ce313b77
Reviewed-on: https://git.bupt-hpc.cn/jackfiled/CanonSharp/pulls/4 Co-authored-by: jackfiled <xcrenchangjun@outlook.com> Co-committed-by: jackfiled <xcrenchangjun@outlook.com>
7 lines
120 B
C#
7 lines
120 B
C#
namespace CanonSharp.Benchmark.Canon.Core.Exceptions;
|
|
|
|
public class ReduceAndShiftConflictException : Exception
|
|
{
|
|
|
|
}
|