Skip to content

Commit

Permalink
Update ErrorException.php
Browse files Browse the repository at this point in the history
  • Loading branch information
adityadees authored May 18, 2023
1 parent 006b94e commit cd4073c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/ErrorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static function invalidToken(): self
return new self("__Secure-1PSID value must end with a single dot. Enter correct __Secure-1PSID value.");
}

public static function errorResponse(String $status): self
public static function errorResponse($status): self
{
return new self("Response Status: " . $status);
}
Expand Down

0 comments on commit cd4073c

Please sign in to comment.