00001 #region --- License ---
00002
00003
00004
00005
00006
00007 #endregion
00008
00009 using System;
00010
00011 namespace OpenTK
00012 {
00014 public class PlatformException : Exception
00015 {
00017 public PlatformException(string s) : base(s) { }
00018 }
00019 }