debugging var dumps

This commit is contained in:
fogelito
2023-01-18 19:25:18 +02:00
parent d615674da6
commit 317469c8fc
4 changed files with 36 additions and 14 deletions
+2 -1
View File
@@ -183,7 +183,8 @@ class Exception extends \Exception
public const GRAPHQL_TOO_MANY_QUERIES = 'graphql_too_many_queries';
/** Timeout */
public const TIMEOUT_ROUTE_BLOCKED = 'timeout_route_blocked';
public const TIMEOUT_BLOCKED = 'timeout_blocked';
public const TIMEOUT = 'timeout';
protected $type = '';