Throw this exception from a "create" resource listener in order to indicate
an inability to create an item and automatically report it.
Methods
getAdditionalDetails()
getAdditionalDetails() : array
Inherited
inherited_from |
\PhlyRestfully\Exception\DomainException::getAdditionalDetails() |
Returns
array
getDescribedBy()
getDescribedBy() : string
Inherited
inherited_from |
\PhlyRestfully\Exception\DomainException::getDescribedBy() |
Returns
string
getTitle()
getTitle() : string
Inherited
inherited_from |
\PhlyRestfully\Exception\DomainException::getTitle() |
Returns
string
setAdditionalDetails()
setAdditionalDetails(array $details) : \PhlyRestfully\Exception\CreationException
Inherited
inherited_from |
\PhlyRestfully\Exception\DomainException::setAdditionalDetails() |
fluent |
This method is part of a fluent interface and will return the same instance |
Parameters
$details
array
Returns
setDescribedBy()
setDescribedBy(string $uri) : \PhlyRestfully\Exception\CreationException
Inherited
inherited_from |
\PhlyRestfully\Exception\DomainException::setDescribedBy() |
fluent |
This method is part of a fluent interface and will return the same instance |
Parameters
$uri
string
Returns
setTitle()
setTitle(string $title) : \PhlyRestfully\Exception\CreationException
Inherited
inherited_from |
\PhlyRestfully\Exception\DomainException::setTitle() |
fluent |
This method is part of a fluent interface and will return the same instance |
Parameters
$title
string
Returns