Your IP : 18.117.71.102


Current Path : /proc/self/root/home/lentoinv/props/vendor/spatie/flare-client-php/src/Enums/
Upload File :
Current File : //proc/self/root/home/lentoinv/props/vendor/spatie/flare-client-php/src/Enums/MessageLevels.php

<?php

namespace Spatie\FlareClient\Enums;

class MessageLevels
{
    const INFO = 'info';
    const DEBUG = 'debug';
    const WARNING = 'warning';
    const ERROR = 'error';
    const CRITICAL = 'critical';
}

?>