CreateAttributeErrorException.php 109 B

1234567
  1. <?php
  2. namespace App\Shop\Attributes\Exceptions;
  3. class CreateAttributeErrorException extends \Exception
  4. {
  5. }