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\Exceptions; class NonPublicComponentMethodCall extends \Excepti..

Decoded Output download

<?php

namespace Livewire\Exceptions;

class NonPublicComponentMethodCall extends \Exception
{
    use BypassViewHandler;

    public function __construct($method)
    {
        parent::__construct('Component method not found: ['.$method.']');
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Livewire\Exceptions;

class NonPublicComponentMethodCall extends \Exception
{
    use BypassViewHandler;

    public function __construct($method)
    {
        parent::__construct('Component method not found: ['.$method.']');
    }
}

Function Calls

None

Variables

None

Stats

MD5 de03a9ddcd8fdb9531701a77fb9a2f9c
Eval Count 0
Decode Time 89 ms