File "CoinbaseException.php"

Full Path: /home/cananyalcin/public_html/core/lib/coinbase/coinbase-commerce/src/Exceptions/CoinbaseException.php
File size: 182 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace CoinbaseCommerce\Exceptions;

class CoinbaseException extends \Exception
{
    public static function getClassName()
    {
        return get_called_class();
    }
}