view Lib/IMPL/Test/SkipException.pm @ 338:c78dfbe658bd

improved string maps loading for TT documents
author cin
date Sat, 15 Jun 2013 02:32:11 +0400
parents 4267a2ac3d46
children
line wrap: on
line source

package IMPL::Test::SkipException;

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

__PACKAGE__->PassThroughArgs;

1;