DeletingBrandErrorException.php 103 B

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