view Lib/IMPL/Test/SkipException.pm @ 260:2879cdb6b8cd

sync
author sergey
date Tue, 25 Dec 2012 02:18:59 +0400
parents 4267a2ac3d46
children
line wrap: on
line source

package IMPL::Test::SkipException;

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

__PACKAGE__->PassThroughArgs;

1;