/* * Copyright 2013 Guidewire Software, Inc. */ package gw.internal.gosu.parser; public class InnerClassLocatorException extends Exception { public Throwable fillInStackTrace() { return this; } }