Skip to content

Commit

Permalink
CondorcetPublicApiException ==> abstract class
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-boudry committed Sep 10, 2021
1 parent 22f7a79 commit c75819d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Throwable/CondorcetPublicApiException.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use CondorcetPHP\Condorcet\CondorcetVersion;

// Custom Exception
class CondorcetPublicApiException extends \Exception implements \Stringable
abstract class CondorcetPublicApiException extends \Exception implements \Stringable
{
use CondorcetVersion;

Expand Down

0 comments on commit c75819d

Please sign in to comment.