Created
January 21, 2015 15:49
-
-
Save EsProgram/271d306b1145b1143bf7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections; | |
using UnityEngine; | |
public class CodeNotFoundException : Exception | |
{ | |
public CodeNotFoundException(string message) | |
: base(message) | |
{ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment