Your IP : 216.73.217.62


Current Path : /home/eolienneia/www/templates/yootheme/vendor/yootheme/graphql/lib/Error/
Upload File :
Current File : /home/eolienneia/www/templates/yootheme/vendor/yootheme/graphql/lib/Error/Debug.php

<?php
namespace YOOtheme\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;
}