aboutsummaryrefslogtreecommitdiffstats
path: root/public/system/library/googleshopping/exception/connection.php
blob: fa414b6a519ce44c4860df6c5bed440d137d5099 (plain)
1
2
3
4
5
6
<?php

namespace googleshopping\Exception;

class Connection extends \RuntimeException {
}