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 namespace Kanboard\Core\ExternalLink; use Exception; /** * External Link Provide..

Decoded Output download

<?php

namespace Kanboard\Core\ExternalLink;

use Exception;

/**
 * External Link Provider Not Found Exception
 *
 * @package  externalLink
 * @author   Frederic Guillot
 */
class ExternalLinkProviderNotFound extends Exception
{
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Kanboard\Core\ExternalLink;

use Exception;

/**
 * External Link Provider Not Found Exception
 *
 * @package  externalLink
 * @author   Frederic Guillot
 */
class ExternalLinkProviderNotFound extends Exception
{
}

Function Calls

None

Variables

None

Stats

MD5 2e22e29cfbaa76ca68128c972bfae66b
Eval Count 0
Decode Time 98 ms