InsufficientSaltLengException.php 100 B

12345678
  1. <?php
  2. namespace ACES\Common\Exception;
  3. class InsufficientSaltLengException extends \Exception
  4. {
  5. }