Skip to content

Instantly share code, notes, and snippets.

@EsProgram
Created January 21, 2015 15:49
Show Gist options
  • Save EsProgram/271d306b1145b1143bf7 to your computer and use it in GitHub Desktop.
Save EsProgram/271d306b1145b1143bf7 to your computer and use it in GitHub Desktop.
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