# HG changeset patch # User wizard # Date 1276696152 -14400 # Node ID 3df87ee58bee74dbde62d71c868aaa27d8dc7844 # Parent 06a34c197b055dd3cff6e7eec98c09e58a32140b Added IMPL::IOException diff -r 06a34c197b05 -r 3df87ee58bee Lib/IMPL/Exception.pm --- a/Lib/IMPL/Exception.pm Wed Jun 16 01:50:56 2010 +0400 +++ b/Lib/IMPL/Exception.pm Wed Jun 16 17:49:12 2010 +0400 @@ -124,4 +124,8 @@ 'IMPL::Exception' => sub { "The input data is wrong", @_ } ); +package IMPL::IOException; +our @ISA = qw(IMPL::Exception); +__PACKAGE__->PassThroughArgs; + 1;