OpenFrame::WebApp::Error::LoadClass - thrown when a class could not be loaded.


OpenFrame-WebApp documentation Contained in the OpenFrame-WebApp distribution.

Index


Code Index:

NAME

Top

OpenFrame::WebApp::Error::LoadClass - thrown when a class could not be loaded.

SYNOPSIS

Top

  # see Error.pm

DESCRIPTION

Top

Simple error class - exists for the name only.

AUTHOR

Top

Steve Purkis <spurkis@epn.nu>

COPYRIGHT

Top

SEE ALSO

Top

Error


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__

#------------------------------------------------------------------------------