Net::SAJAX::Exception::Response - Exception object for exceptions that occur


Net-SAJAX documentation  | view source Contained in the Net-SAJAX distribution.

Index


NAME

Top

Net::SAJAX::Exception::Response - Exception object for exceptions that occur during reading of the response

VERSION

Top

This documentation refers to Net::SAJAX::Exception::Response version 0.106

SYNOPSIS

Top

  use Net::SAJAX::Exception::Response;

  Net::SAJAX::Exception::Response->throw(
    message  => 'This is some error message',
    response => $http_response_object,
  );

DESCRIPTION

Top

This is an exception class for exceptions that occur during reading of the server response in the Net::SAJAX library.

INHERITANCE

Top

This class inherits from the base class of Net::SAJAX::Exception and all attributes and methods in that class are also in this class.

ATTRIBUTES

Top

response

Required. This is a HTTP::Response object that contains the response that generated the exception.

METHODS

Top

This class does not contain any methods.

DEPENDENCIES

Top

* Moose 0.77
* MooseX::StrictConstructor 0.08
* Net::SAJAX::Exception
* namespace::clean 0.04

AUTHOR

Top

Douglas Christopher Wilson, <doug at somethingdoug.com>

BUGS AND LIMITATIONS

Top

Please report any bugs or feature requests to bug-net-sajax at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-SAJAX. 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.

LICENSE AND COPYRIGHT

Top


Net-SAJAX documentation  | view source Contained in the Net-SAJAX distribution.