
export class LaravelTranslationsUtils {
    static LogError(message: string){
        console.log("LaravelTranslationsError: "+
           message
        );
    }
}