Skip to content

Commit 38c51c7

Browse files
committed
Remove C# 6.0 usage
1 parent 699d9f5 commit 38c51c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PushSharp.Apple/Exceptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public ApnsNotificationException(byte errorStatusCode, ApnsNotification notifica
2424
{ }
2525

2626
public ApnsNotificationException (ApnsNotificationErrorStatusCode errorStatusCode, ApnsNotification notification)
27-
: base ($"Apns notification error: '{errorStatusCode}'")
27+
: base ("Apns notification error: '" + errorStatusCode + "'")
2828
{
2929
Notification = notification;
3030
ErrorStatusCode = errorStatusCode;

0 commit comments

Comments
 (0)