SecurityViolationException.php 288 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;
  7. /**
  8. * Exception for Security violation cases
  9. *
  10. * @api
  11. * @since 100.1.0
  12. */
  13. class SecurityViolationException extends LocalizedException
  14. {
  15. }