class UnserializableKeyException
UnserializableKeyException is thrown when the key contains state that can no be serialized and the user try to serialize it. ie. Connection with a database, flock, semaphore, ...
@author Jérémy Derussé <jeremy@derusse.com>
Hierarchy
- class \Symfony\Component\Lock\Exception\UnserializableKeyException extends \Symfony\Component\Lock\Exception\RuntimeException implements \Symfony\Component\Lock\Exception\ExceptionInterface
Expanded class hierarchy of UnserializableKeyException
File
-
vendor/
symfony/ lock/ Exception/ UnserializableKeyException.php, line 21
Namespace
Symfony\Component\Lock\ExceptionView source
class UnserializableKeyException extends \RuntimeException implements ExceptionInterface {
}