Skip to content

Commit

Permalink
Exception handling?
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Mar 20, 2023
1 parent ad366e6 commit d8c7024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IO/Commands/ThrowException.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function toData(): string
}

// If we already have a string, we'll just re-throw
throw $exception;
return $exception;
}
}
}

0 comments on commit d8c7024

Please sign in to comment.