view Lib/IMPL/Test/SkipException.pm @ 301:aeeb57a12046

*IMPL::Web::View: templates inheritance support
author cin
date Mon, 25 Mar 2013 02:04:18 +0400 (2013-03-24)
parents 4267a2ac3d46
children
line wrap: on
line source
package IMPL::Test::SkipException;

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

__PACKAGE__->PassThroughArgs;

1;