You are here

HttpExceptionNormalizerValue.php in JSON:API 8

Same filename and directory in other branches
  1. 8.2 src/Normalizer/Value/HttpExceptionNormalizerValue.php

File

src/Normalizer/Value/HttpExceptionNormalizerValue.php
View source
<?php

namespace Drupal\jsonapi\Normalizer\Value;


/**
 * Helps normalize exceptions in compliance with the JSON API spec.
 *
 * @internal
 */
class HttpExceptionNormalizerValue extends FieldNormalizerValue {

}

Classes

Namesort descending Description
HttpExceptionNormalizerValue Helps normalize exceptions in compliance with the JSON API spec.