CreatePermissionErrorException.php 111 B

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