PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/@unimodules/core/android/src/main/java/org/unimodules/core/interfaces
Просмотр файла: CodedThrowable.java
package org.unimodules.core.interfaces;
/**
* Helper interface to make errors easier to handle. The promise.reject
* implementation should know about this interface and be able to get the code
* itself when passed an object which implements it.
*/
public interface CodedThrowable {
String getCode();
String getMessage();
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!