001    package railo.runtime.tag;
002    
003    import railo.runtime.ext.tag.TagImpl;
004    
005    /**
006    * Rethrows the currently active exception. Preserves the exception's cfcatch.type and cfcatch.
007    *   agContext information.
008    *
009    * 
010    **/
011    public final class ReThrow extends TagImpl {
012            // this tag is deprecated and replaced with a Translation Time Transformer (TTT) Class
013    }