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\SupportReactiveProps; use Exception; class CannotMuta..
Decoded Output download
<?php
namespace Livewire\Features\SupportReactiveProps;
use Exception;
class CannotMutateReactivePropException extends Exception
{
function __construct($componentName, $propName)
{
parent::__construct("Cannot mutate reactive prop [{$propName}] in component: [{$componentName}]");
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Livewire\Features\SupportReactiveProps;
use Exception;
class CannotMutateReactivePropException extends Exception
{
function __construct($componentName, $propName)
{
parent::__construct("Cannot mutate reactive prop [{$propName}] in component: [{$componentName}]");
}
}
Function Calls
None |
Stats
MD5 | 5b00bdfc2ed0cbe108cbbc8b51b3f215 |
Eval Count | 0 |
Decode Time | 93 ms |