UserLockedException.php 305 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Framework\Exception\State;
  7. use Magento\Framework\Exception\AuthenticationException;
  8. /**
  9. * @api
  10. * @since 100.0.2
  11. */
  12. class UserLockedException extends AuthenticationException
  13. {
  14. }