package com.mobify.astro.utilities;

public interface ExceptionRunnable {
    void run(Exception e);
}
