Primo Committ
This commit is contained in:
11
vendor/facade/flare-client-php/src/Enums/GroupingTypes.php
vendored
Normal file
11
vendor/facade/flare-client-php/src/Enums/GroupingTypes.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Facade\FlareClient\Enums;
|
||||
|
||||
/** @deprecated */
|
||||
class GroupingTypes
|
||||
{
|
||||
public const TOP_FRAME = 'topFrame';
|
||||
|
||||
public const EXCEPTION = 'exceptionClass';
|
||||
}
|
||||
16
vendor/facade/flare-client-php/src/Enums/MessageLevels.php
vendored
Normal file
16
vendor/facade/flare-client-php/src/Enums/MessageLevels.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace Facade\FlareClient\Enums;
|
||||
|
||||
class MessageLevels
|
||||
{
|
||||
public const INFO = 'info';
|
||||
|
||||
public const DEBUG = 'debug';
|
||||
|
||||
public const WARNING = 'warning';
|
||||
|
||||
public const ERROR = 'error';
|
||||
|
||||
public const CRITICAL = 'critical';
|
||||
}
|
||||
Reference in New Issue
Block a user