Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use native PHP Exception Code to transmit HTTP response code #54

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 21, 2014

  1. Use native PHP Exception Code to transmit HTTP response code

    As per PHP manual, Exceptions supports specifying error codes through
    2nd argument of constructor:
    http://www.php.net/manual/en/exception.getcode.php
    
    This patch makes use of standard PHP functionality to transmit error
    codes. This adds support for un-handled response types such as 402, 420
    and others.
    romaninsh committed May 21, 2014
    Configuration menu
    Copy the full SHA
    b9269fd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2015

  1. Configuration menu
    Copy the full SHA
    e2ca02c View commit details
    Browse the repository at this point in the history