D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
plib
/
vendor
/
webonyx
/
graphql-php
/
src
/
Error
/
Filename :
InvariantViolation.php
back
Copy
<?php declare(strict_types=1); namespace GraphQL\Error; /** * Note: * This exception should not inherit base Error exception as it is raised when there is an error somewhere in * user-land code. */ class InvariantViolation extends \LogicException {}