mirror of https://github.com/ThmmyNoLife/mTHMMY
Ezerous
8 years ago
19 changed files with 65 additions and 69 deletions
@ -1,14 +0,0 @@ |
|||
package gr.thmmy.mthmmy.utils.exceptions; |
|||
|
|||
/** |
|||
* UnknownException is thrown upon an error (see Report.java in release), when no other specific |
|||
* exception is set, to report to FireBase. |
|||
*/ |
|||
public class UnknownException extends Exception { |
|||
public UnknownException() { |
|||
} |
|||
|
|||
public UnknownException(String message) { |
|||
super(message); |
|||
} |
|||
} |
Loading…
Reference in new issue