Created
April 12, 2020 12:13
-
-
Save csinghdev/bcbd0b1ef31064d9ad663767bcf6881d to your computer and use it in GitHub Desktop.
API Codes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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