package coneforest.psylla.core;
import coneforest.psylla.runtime.*;
@SuppressWarnings("serial")
@ErrorType("dictstackunderflow")
public class PsyDictStackUnderflowException
extends PsyErrorException
{
/**
* Constructs a new {@code exception} object with null as its detail message.
*/
public PsyDictStackUnderflowException()
{
}
}