Skip to content

Instantly share code, notes, and snippets.

Created March 16, 2016 00:24
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/7e90e29af04213a4b71d to your computer and use it in GitHub Desktop.
try {
// Blah blah
} catch (Exception ex) {
// Nuốt lỗi, bố *éo quan tâm
}
// Hàm xử lý, luôn luôn trả kết quả true.
public boolean isAvailable() {
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment