view Lib/IMPL/Test/SkipException.pm @ 235:a4d9126edcbb

code cleaning
author sergey
date Fri, 12 Oct 2012 02:08:51 +0400
parents 4267a2ac3d46
children
line wrap: on
line source

package IMPL::Test::SkipException;

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

__PACKAGE__->PassThroughArgs;

1;