<?php declare(strict_types=1); namespace Drupal\emr\Exception; /** * Used to mark an entity meta as empty. */ class EntityMetaEmptyException extends \Exception { }
Главная | Обратная связь