NAME
Net::OpenXchange::X::NotFound - Exception class for missing objects
VERSION
version 0.001
SYNOPSIS
Net::OpenXchange::X::NotFound->throw({
message => "$type $name not found",
type => $type,
name => $name,
});
Net::OpenXchange::X::NotFound is an exception class thrown when an object could not be found.
ATTRIBUTES
message
Required, message describing the error
response
Required, type of object that could not be found (e.g. folder)
name
Name of object that could not be found (e.g. the name of a folder)
AUTHOR
Maximilian Gass <maximilian.gass@credativ.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Maximilian Gass.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.