The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Facebook::API::Exception - Facebook API exception

DESCRIPTION

Exception thrown by WWW::Facebook::API when an error occurs.

SUBROUTINES/METHODS

new( SCALAR $method, HASHREF $params, HASHREF $response )

Returns a new instance of this class for an error in the REST method call to $method, which was given parameters $params, and returned $response.

method

Returns the method call which generated the error.

params

Returns the parameters passed to the method call which generated the error.

response

Returns the server's resopnse to the method call which generated the error.

stringify

Returns a string describing the error.

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests to bug-www-facebook-api@rt.cpan.org, or through the web interface at http://rt.cpan.org.