NAME
WWW::Postini::Exception::UnexpectedResponse - Exception thrown by incorrect content
SYNOPSIS
use WWW::Postini::Exception::UnexpectedResponse;
my $content = 'Hello world';
my $expected = 'Goodbye world';
if ($content ne $expected) {
throw WWW::Postini::Exception::UnexpectedResponse(
"Expected $expected, got $content"
);
}
DESCRIPTION
Whenever a response returned from a web server does not match what is expected, a WWW::Postini::Exception::UnexpectedResponse exception is thrown.
Please refer to WWW::Postini::Exception for information regarding constructors and methods.
SEE ALSO
WWW::Postini, WWW::Postini::Exception
AUTHOR
Peter Guzis, <pguzis@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2005 by Peter Guzis
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.
Postini, the Postini logo, Postini Perimeter Manager and preEMPT are trademarks, registered trademarks or service marks of Postini, Inc. All other trademarks are the property of their respective owners.