gruene-seele/packages/shoppingcart/Exceptions/InvalidRowIDException.php
2025-04-01 10:39:21 +02:00

7 lines
No EOL
134 B
PHP

<?php
namespace App\Packages\Shoppingcart\Exceptions;
use RuntimeException;
class InvalidRowIDException extends RuntimeException {}