Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php namespace Drupal\Core\Entity\Query; /** * Exception thrown by Query() on unsuppor..
Decoded Output download
<?php
namespace Drupal\Core\Entity\Query;
/**
* Exception thrown by Query() on unsupported query syntax.
*
* Some storage modules might not support the full range of the syntax for
* conditions, and will raise a QueryException when an unsupported
* condition was specified.
*/
class QueryException extends \Exception {}
?>
Did this file decode correctly?
Original Code
<?php
namespace Drupal\Core\Entity\Query;
/**
* Exception thrown by Query() on unsupported query syntax.
*
* Some storage modules might not support the full range of the syntax for
* conditions, and will raise a QueryException when an unsupported
* condition was specified.
*/
class QueryException extends \Exception {}
Function Calls
None |
Stats
MD5 | 566255f449318522c0b6712957647bbb |
Eval Count | 0 |
Decode Time | 74 ms |