Viewing File: /usr/local/cpanel/3rdparty/perl/536/cpanel-lib/Net/WebSocket/X/ReceivedBadControlFrame.pm

package Net::WebSocket::X::ReceivedBadControlFrame;

use strict;
use warnings;

use parent qw( Net::WebSocket::X::Base );

sub _new {
    my ($class, $txt, $frame) = @_;

    return $class->SUPER::_new( $txt, frame => $frame );
}

1;
Back to Directory File Manager