b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/develop/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/develop/bug01218.inc

<?php

class StringCodeException extends Exception
{
    public function __construct()
    {
        $this->code = 'SomeString';
		$this->message = 'test';
    }
}

$e = new StringCodeException;

try {
    throw $e;
} catch (StringCodeException $e) {
    var_dump($e->getCode());
}
?>

Copyright © 2019 by b0y-101