view Lib/IMPL/Test/SkipException.pm @ 183:2184fa28b49e

IMPL::Web::View::TTLoader tests
author cin
date Wed, 28 Mar 2012 17:28:51 +0400
parents 4267a2ac3d46
children
line wrap: on
line source

package IMPL::Test::SkipException;

use parent qw(IMPL::Test::FailException);

__PACKAGE__->PassThroughArgs;

1;