Skip to content

Commit

Permalink
Update src/Proxy/Exceptions/InvalidServiceException.php
Browse files Browse the repository at this point in the history
Co-authored-by: Christian F. <[email protected]>
  • Loading branch information
herbertroth and Corepex authored Oct 19, 2023
1 parent 39911b1 commit 88ec7bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Proxy/Exceptions/InvalidServiceException.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

use Exception;


/**
* @internal
*/
final class InvalidServiceException extends Exception
{
}

0 comments on commit 88ec7bd

Please sign in to comment.