package com.mackenziehigh.autumn.lang.compiler.compilers;
import com.mackenziehigh.autumn.resources.Finished;
/**
* This type of exception indicates that type-usage checking failed somewhere.
*
* @author Mackenzie high
*/
@Finished("2014/07/12")
public final class TypeCheckFailed
extends RuntimeException
{
// Pass
}