sparql_entity_storage-8.x-1.0-alpha8/src/Exception/UnmappedFieldException.php
src/Exception/UnmappedFieldException.php
<?php
declare(strict_types=1);
namespace Drupal\sparql_entity_storage\Exception;
/**
* Thrown when an unmapped field is requested.
*/
class UnmappedFieldException extends \Exception {}
