Spade
Mini Shell
| Directory:~$ /home/lmsyaran/www/j3/plugins/hikashoppayment/payplug2/lib/Payplug/Exception/ |
| [Home] [System Details] [Kill Me] |
<?php
namespace Payplug\Exception;
abstract class PayplugException extends \Exception
{
public function __toString()
{
return get_class($this) . ": [{$this->code}]:
{$this->message}";
}
}