Files
dominik/public/system/library/googleshopping/exception/connection.php
T
2026-05-30 09:27:58 +03:00

7 lines
91 B
PHP

<?php
namespace googleshopping\Exception;
class Connection extends \RuntimeException {
}