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 BeyondCode\LaravelWebSockets\Server\Exceptions; class OriginNotAllowed e..
Decoded Output download
<?php
namespace BeyondCode\LaravelWebSockets\Server\Exceptions;
class OriginNotAllowed extends WebSocketException
{
/**
* Initalize the exception.
*
* @param string $appKey
* @return void
*/
public function __construct($appKey)
{
$this->trigger("The origin is not allowed for `{$appKey}`.", 4009);
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace BeyondCode\LaravelWebSockets\Server\Exceptions;
class OriginNotAllowed extends WebSocketException
{
/**
* Initalize the exception.
*
* @param string $appKey
* @return void
*/
public function __construct($appKey)
{
$this->trigger("The origin is not allowed for `{$appKey}`.", 4009);
}
}
Function Calls
None |
Stats
MD5 | 1bd1beea463529e6a689e614a666fb72 |
Eval Count | 0 |
Decode Time | 115 ms |