You are here

AvatarException.php in Avatar Kit 8

File

src/Exception/AvatarException.php
View source
<?php

namespace Drupal\avatars\Exception;


/**
 * Defines an exception for Avatars.
 */
class AvatarException extends \Exception {

}

Classes

Namesort descending Description
AvatarException Defines an exception for Avatars.