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 App\Exceptions; use Exception; class MediaPathNotSetException extends E..
Decoded Output download
<?php
namespace App\Exceptions;
use Exception;
class MediaPathNotSetException extends Exception
{
}
?>
Did this file decode correctly?
Original Code
<?php
namespace App\Exceptions;
use Exception;
class MediaPathNotSetException extends Exception
{
}
Function Calls
None |
Stats
MD5 | 2f487b2fb81345237212e562adb615eb |
Eval Count | 0 |
Decode Time | 107 ms |