uawdijnntqw1x1x1
IP : 216.73.216.119
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
vendor
/
.
/
.
/
webonyx
/
graphql-php
/
src
/
Error
/
DebugFlag.php
/
/
<?php declare(strict_types=1); namespace GraphQL\Error; /** * Collection of flags for [error debugging](error-handling.md#debugging-tools). */ final class DebugFlag { public const NONE = 0; public const INCLUDE_DEBUG_MESSAGE = 1; public const INCLUDE_TRACE = 2; public const RETHROW_INTERNAL_EXCEPTIONS = 4; public const RETHROW_UNSAFE_EXCEPTIONS = 8; }
/srv/users/craft4/apps/craft4-newsite-space/vendor/././webonyx/graphql-php/src/Error/DebugFlag.php