Searched refs:ObjectConstructionException (Results 1 – 2 of 2) sorted by relevance
10 use JMS\Serializer\Exception\ObjectConstructionException; alias100 … throw new ObjectConstructionException(sprintf('Entity %s can not be found', $metadata->name));
12 class ObjectConstructionException extends RuntimeException implements Exception class