Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/j3/plugins/hikashoppayment/payplug2/lib/Payplug/Exception/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/j3/plugins/hikashoppayment/payplug2/lib/Payplug/Exception/PayplugException.php

<?php
namespace Payplug\Exception;

abstract class PayplugException extends \Exception
{
    public function __toString()
    {
        return get_class($this) . ": [{$this->code}]:
{$this->message}";
    }
}