This website requires JavaScript.
Explore
Help
Sign in
revi-archive
/
phorge-phorge
Watch
1
Star
0
Fork
You've already forked phorge-phorge
0
mirror of
https://we.phorge.it/source/phorge.git
synced
2025-01-31 08:58:20 +01:00
Code
Issues
Releases
Wiki
Activity
2218caee0f
phorge-phorge
/
src
/
infrastructure
/
query
/
PhabricatorEmptyQueryException.php
4 lines
71 B
PHP
Raw
Normal View
History
Unescape
Escape
Introduce PhabricatorEmptyQueryException Summary: It's dumb to execute a query which we know will return an empty result. Test Plan: Looked at comment preview with "11", didn't see "1 = 0" in DarkConsole. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5177
2013-03-01 11:28:02 -08:00
<
?
php
Apply some autofix linter rules Summary: Self-explanatory. Test Plan: Eyeball it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10454
2014-09-10 06:49:56 +10:00
final
class
PhabricatorEmptyQueryException
extends
Exception
{}
Copy permalink