mivita/packages/shoppingcart/Exceptions/InvalidRowIDException.php
Kevin Adametz bfa3bb1df4 08 2024
2024-08-05 12:05:24 +02:00

7 lines
No EOL
134 B
PHP

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