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
2024-12-03 04:02:43 +01:00
Code
Issues
Releases
Wiki
Activity
6f6d88794b
phorge-phorge
/
src
/
applications
/
conduit
/
protocol
/
exception
/
ConduitMethodNotFoundException.php
4 lines
81 B
PHP
Raw
Normal View
History
Unescape
Escape
Don't log Conduit 404s as errors Summary: Fixes T5695. A Conduit "method does not exist" exception is somewhat expected... there is no need to `phlog` the exception. Test Plan: Called a non-existent Conduit method. Saw no exceptions in the error logs. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T5695 Differential Revision: https://secure.phabricator.com/D10042
2014-07-25 03:24:31 +02: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-09 22:49:56 +02:00
abstract
class
ConduitMethodNotFoundException
extends
ConduitException
{}
Copy permalink