RuntimeExecutionException.java
408 Bytes
package com.google.android.gms.tasks;
public class RuntimeExecutionException
extends RuntimeException
{
public RuntimeExecutionException(Throwable paramThrowable)
{
super(paramThrowable);
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/tasks/RuntimeExecutionException.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/