AvatarKitEntityAvatarIdentifierException.php in Avatar Kit 8.2
Namespace
Drupal\avatars\ExceptionFile
src/Exception/AvatarKitEntityAvatarIdentifierException.phpView source
<?php
namespace Drupal\avatars\Exception;
/**
* Exception thrown for avatar identifiers.
*/
class AvatarKitEntityAvatarIdentifierException extends \Exception {
}
Classes
Name | Description |
---|---|
AvatarKitEntityAvatarIdentifierException | Exception thrown for avatar identifiers. |