Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /* * This file is part of Cachet. * * (c) Alt Three Services Limited * * For t..

Decoded Output download

<?php

/*
 * This file is part of Cachet.
 *
 * (c) Alt Three Services Limited
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace CachetHQ\Cachet\Settings;

use Exception;

/**
 * This is the write exception class.
 *
 * @author Graham Campbell <[email protected]>
 */
class WriteException extends SettingsException
{
    /**
     * Create a new write exception instance.
     *
     * @param \Exception $e
     *
     * @return void
     */
    public function __construct(Exception $e)
    {
        parent::__construct('Unable to write Cachet settings', $e);
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

/*
 * This file is part of Cachet.
 *
 * (c) Alt Three Services Limited
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace CachetHQ\Cachet\Settings;

use Exception;

/**
 * This is the write exception class.
 *
 * @author Graham Campbell <[email protected]>
 */
class WriteException extends SettingsException
{
    /**
     * Create a new write exception instance.
     *
     * @param \Exception $e
     *
     * @return void
     */
    public function __construct(Exception $e)
    {
        parent::__construct('Unable to write Cachet settings', $e);
    }
}

Function Calls

None

Variables

None

Stats

MD5 d6990b32479452603ca5f9152628aed7
Eval Count 0
Decode Time 112 ms