Skip to content

Commit

Permalink
removed unused exception
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBadura committed Feb 23, 2024
1 parent c582ede commit 7a51935
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions src/Projection/Projectionist/Projectionist.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ interface Projectionist
/**
* @param positive-int|null $limit
*
* @throws ProjectionistError
* @throws ProjectorNotFound
*/
public function boot(
Expand All @@ -22,7 +21,6 @@ public function boot(
/**
* @param positive-int|null $limit
*
* @throws ProjectionistError
* @throws ProjectorNotFound
*/
public function run(
Expand Down
30 changes: 0 additions & 30 deletions src/Projection/Projectionist/ProjectionistError.php

This file was deleted.

0 comments on commit 7a51935

Please sign in to comment.