Skip to content

Instantly share code, notes, and snippets.

@csinghdev
Created April 12, 2020 12:13
Show Gist options
  • Save csinghdev/bcbd0b1ef31064d9ad663767bcf6881d to your computer and use it in GitHub Desktop.
Save csinghdev/bcbd0b1ef31064d9ad663767bcf6881d to your computer and use it in GitHub Desktop.
API Codes
<?php
namespace App;
class ApiCode {
 public const SOMETHING_WENT_WRONG = 250;
 public const INVALID_CREDENTIALS = 251;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment