RdfMappingException.php

Contains RdfMappingException.

Namespace

Drupal\rdf

File

drupal/core/modules/rdf/lib/Drupal/rdf/RdfMappingException.php
View source
<?php

/**
 * @file
 * Contains RdfMappingException.
 */
namespace Drupal\rdf;


/**
 * Exception to use when no RDF mapping is found.
 */
class RdfMappingException extends \Exception {

}

Classes

Namesort descending Description
RdfMappingException Exception to use when no RDF mapping is found.