aboutsummaryrefslogtreecommitdiffstats
path: root/public/system/storage/vendor/cardinity/cardinity-sdk-php/src/Exception/Runtime.php
blob: 348d34df48bd6c66461d369469f95fae280da0f5 (plain)
1
2
3
4
5
6
7
8
<?php

namespace Cardinity\Exception;

class Runtime extends \RuntimeException
{

}