package Net::WebSocket::X::ReceivedBadDataFrame; use strict; use warnings; use parent qw( Net::WebSocket::X::ReceivedBadControlFrame ); 1;