In[]:=
LT[f_,t_,s_]:=
∞
∫
-∞
f
-st

t
In[]:=
​​LT[-
-a*t

UnitStep[-t],t,s]
Out[]=
★
ConditionalExpression
1
a+s
,Re[a+s]<0
In[]:=
LT[
-a*t

UnitStep[t],t,s]
Out[]=
★
ConditionalExpression
1
a+s
,Re[a+s]>0

(*TwoDifferentTimeSignals​​Givingthesame'LaplaceTransform★'withDifferentROC*)