Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/webonyx/graphql-php/src/Error/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/webonyx/graphql-php/src/Error/Debug.php

<?php

declare(strict_types=1);

namespace GraphQL\Error;

/**
 * Collection of flags for [error debugging](error-handling.md#debugging-tools).
 */
class Debug
{
    const INCLUDE_DEBUG_MESSAGE       = 1;
    const INCLUDE_TRACE               = 2;
    const RETHROW_INTERNAL_EXCEPTIONS = 4;
    const RETHROW_UNSAFE_EXCEPTIONS   = 8;
}