| OpenFrame-WebApp documentation | Contained in the OpenFrame-WebApp distribution. |
OpenFrame::WebApp::Error::LoadClass - thrown when a class could not be loaded.
# see Error.pm
Simple error class - exists for the name only.
Steve Purkis <spurkis@epn.nu>
Copyright (c) 2003 Steve Purkis. All rights reserved. Released under the same license as Perl itself.
| OpenFrame-WebApp documentation | Contained in the OpenFrame-WebApp distribution. |
package OpenFrame::WebApp::Error::LoadClass; use strict; use warnings::register; use base qw( Error ); our $VERSION = (split(/ /, ' $Revision: 1.1 $ '))[2]; 1; __END__ #------------------------------------------------------------------------------