PHP Class Youshido\GraphQL\Exception\ResolveException

Inheritance: extends Exception, implements Youshido\GraphQL\Exception\Interfaces\LocationableExceptionInterface
Show file Open project: youshido/graphql

Public Methods

Method Description
__construct ( $message, Location $location = null )
getLocation ( ) : Location

Method Details

__construct() public method

public __construct ( $message, Location $location = null )
$location Youshido\GraphQL\Parser\Location

getLocation() public method

public getLocation ( ) : Location
return Youshido\GraphQL\Parser\Location