12 lines
224 B
C#
12 lines
224 B
C#
![]() |
using System;
|
|||
|
|
|||
|
namespace BizHawk.Client.Common
|
|||
|
{
|
|||
|
public class MoviePlatformMismatchException : InvalidOperationException
|
|||
|
{
|
|||
|
public MoviePlatformMismatchException(string message) : base(message)
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|