PHP Class Youshido\GraphQL\Exception\Parser\AbstractParserError

Inheritance: extends Exception, implements Youshido\GraphQL\Exception\Interfaces\LocationableExceptionInterface
ファイルを表示 Open project: youshido/graphql

Public Methods

Method Description
__construct ( $message, Location $location )
getLocation ( )

Method Details

__construct() public method

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

getLocation() public method

public getLocation ( )