File "MessageLevels.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/facade/flare-client-php/src/Enums/MessageLevels.php
File size: 250 bytes
MIME-type: text/x-php
Charset: utf-8
<?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';
}