Sulu\Component\Rest\Exception\EntityNotFoundException::getEntity PHP Method

getEntity() public method

Returns the type of the entity, which was not found.
public getEntity ( ) : string
return string
    public function getEntity()
    {
        return $this->entity;
    }
EntityNotFoundException