view Lib/IMPL/Test/SkipException.pm @ 254:fb52014f6931

updated web-session creation
author sergey
date Thu, 06 Dec 2012 19:58:42 +0400
parents 4267a2ac3d46
children
line wrap: on
line source

package IMPL::Test::SkipException;

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

__PACKAGE__->PassThroughArgs;

1;