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 Livewire\Features\SupportPageComponents; use Exception; class MissingLa..
Decoded Output download
<?php
namespace Livewire\Features\SupportPageComponents;
use Exception;
class MissingLayoutException extends Exception
{
function __construct(string $layout)
{
parent::__construct('Livewire page component layout view not found: ['.$layout.']');
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Livewire\Features\SupportPageComponents;
use Exception;
class MissingLayoutException extends Exception
{
function __construct(string $layout)
{
parent::__construct('Livewire page component layout view not found: ['.$layout.']');
}
}
Function Calls
| None |
Stats
| MD5 | 12ffe0938521fe542b815a0496f69826 |
| Eval Count | 0 |
| Decode Time | 138 ms |