0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
www
/
arcaneoverseas.com
/
application
/
libraries
/
Doctrine
/
ORM
/
Query
/
AST
/
[
Home
]
File: ASTException.php
<?php namespace Doctrine\ORM\Query\AST; use Doctrine\ORM\Query\QueryException; class ASTException extends QueryException { public static function noDispatchForNode($node) { return new self("Double-dispatch for node " . get_class($node) . " is not supported."); } }
©
2018.