| WWW-USF-Directory documentation | view source | Contained in the WWW-USF-Directory distribution. |
WWW::USF::Directory::Exception::UnknownResponse - Exception object for unknown response.
Version 0.003
use WWW::USF::Directory::Exception::UnknownResponse;
WWW::USF::Directory::Exception::UnknownResponse->throw(
message => 'This response has no handler',
ajax_response => $object,
);
This is an exception class for exceptions where the directory will not return any results because the search was not specific enough in the WWW::USF::Directory library.
This class inherits from the base class of WWW::USF::Directory::Exception and all attributes and methods in that class are also in this class.
Required. This is the scalar that was returned by the AJAX request to the directory site.
This class does not contain any methods.
Douglas Christopher Wilson, <doug at somethingdoug.com>
Please report any bugs or feature requests to bug-www-usf-directory at rt.cpan.org,
or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW::USF::Directory.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
I highly encourage the submission of bugs and enhancements to my modules.
Copyright 2010 Douglas Christopher Wilson.
This program is free software; you can redistribute it and/or modify it under the terms of either:
| WWW-USF-Directory documentation | view source | Contained in the WWW-USF-Directory distribution. |