gruene-seele/packages/shoppingcart/Exceptions/UnknownModelException.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 UnknownModelException extends RuntimeException {}