Skip to content

Commit

Permalink
Should inherit from 'Exception'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashendrickx committed Dec 15, 2023
1 parent 512f54c commit ba791c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Passwordless/PasswordlessApiException.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Text.Json;
using System.Text.Json.Serialization;

namespace Passwordless;

public sealed class PasswordlessApiException : HttpRequestException
public sealed class PasswordlessApiException : Exception
{
public PasswordlessProblemDetails Details { get; }

Expand Down

0 comments on commit ba791c9

Please sign in to comment.