Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UnserializableKeyException.php

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

1 file declares its use of UnserializableKeyException
Key.php in vendor/symfony/lock/Key.php

File

vendor/symfony/lock/Exception/UnserializableKeyException.php, line 21

Namespace

Symfony\Component\Lock\Exception
View source
class UnserializableKeyException extends \RuntimeException implements ExceptionInterface {

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal