File "GroupingTypes.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/facade/flare-client-php/src/Enums/GroupingTypes.php
File size: 177 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facade\FlareClient\Enums;
/** @deprecated */
class GroupingTypes
{
public const TOP_FRAME = 'topFrame';
public const EXCEPTION = 'exceptionClass';
}