Exemplo n.º 1
0
 /// <inheritdoc />
 public BebopRuntimeException(BebopRecord first, BebopRecord second) : base(
         $"Bebop type '{first.Type.FullName}' and '{second.Type.FullName}' cannot have same opcode'{first.OpCode}'")
 {
 }
Exemplo n.º 2
0
 /// <inheritdoc />
 public BebopRuntimeException(BebopRecord first, BebopRecord second) : base(
         $"Bebop type \"{first.Type.FullName}\" and \"{second.Type.FullName}\" cannot have same opcode\"{first.OpCode}\"")
 {
 }