Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/httplug' into feature/ht…
Browse files Browse the repository at this point in the history
…tplug
  • Loading branch information
IndexZer0 committed Feb 28, 2024
2 parents 28974b7 + 3ac65e2 commit 189909a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Exception/HaExceptionInterface.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?php

declare(strict_types=1);

namespace IndexZer0\HaRestApiClient\Exception;

use Throwable;

interface HaExceptionInterface extends Throwable
{

}
1 change: 0 additions & 1 deletion src/Exception/HttpException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class HttpException extends HaException
{

}

0 comments on commit 189909a

Please sign in to comment.