Skip to content

Commit

Permalink
change visibility of readable error method
Browse files Browse the repository at this point in the history
frets1700 committed Mar 19, 2024
1 parent 81f118b commit 31ce73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Calendar.php
Original file line number Diff line number Diff line change
@@ -554,7 +554,7 @@ protected function getOccurrenceReader(): ReaderEntityInterface
/**
* @throws ReadError
*/
private function convertToReadableError(\Exception $e): never
protected function convertToReadableError(\Exception $e): never
{
$message = null;
if ($e instanceof ODataError) {

0 comments on commit 31ce73b

Please sign in to comment.