20 namespace Doctrine\Instantiator\Exception;
24 use UnexpectedValueException as BaseUnexpectedValueException;
43 'An exception was raised while trying to instantiate an instance of "%s" via un-serialization',
44 $reflectionClass->getName()
61 ReflectionClass $reflectionClass,
69 'Could not produce an instance of "%s" via un-serialization, since an error was triggered '
70 .
'in file "%s" at line "%d"',
71 $reflectionClass->getName(),
76 new Exception($errorString, $errorCode)