Mercurial > pub > Impl
view Lib/IMPL/Test/SkipException.pm @ 199:e743a8481327
Added REST support for forms (with only get and post methods)
author | sergey |
---|---|
date | Mon, 23 Apr 2012 01:36:52 +0400 |
parents | 4267a2ac3d46 |
children |
line wrap: on
line source
package IMPL::Test::SkipException; use parent qw(IMPL::Test::FailException); __PACKAGE__->PassThroughArgs; 1;