Skip to content

Commit

Permalink
chore: removed unnecessary internal annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
petrknap committed Oct 12, 2024
1 parent 35e8e15 commit ce289eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions src/Exception/ProfileException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

use Throwable;

/**
* @internal exception should never be thrown out
*/
interface ProfileException extends Throwable
{
}
1 change: 1 addition & 0 deletions src/Exception/ProfilingHasBeenAlreadyFinished.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use LogicException;

/**
* @todo rename to `ProfilingCouldNotBeFinished`
* @todo remove implementation of {@see ProfilerException}
*/
final class ProfilingHasBeenAlreadyFinished extends LogicException implements ProfilerException, ProfilingException
Expand Down

0 comments on commit ce289eb

Please sign in to comment.