You are here

InvalidCharacterSetsException.php in Generate Password 8

Namespace

Drupal\genpass

File

src/InvalidCharacterSetsException.php
View source
<?php

namespace Drupal\genpass;


/**
 * Class InvalidCharacterSetsException.
 */
class InvalidCharacterSetsException extends \Exception {

}

Classes

Namesort descending Description
InvalidCharacterSetsException Class InvalidCharacterSetsException.