You are here

public function RestfulException::getHeaders in RESTful 7.2

Get the associative array of headers.

Return value

array The associated headers to the error exception.

File

src/Exception/RestfulException.php, line 147
Contains \Drupal\restful\Exception\RestfulException.

Class

RestfulException

Namespace

Drupal\restful\Exception

Code

public function getHeaders() {
  return $this->headers;
}