CustomerNotFoundException.php 104 B

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