Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add RangeException to Base64UrlSafe
The code in src/Library/Core/Util/Base64UrlSafe.php has been updated to include the use of RangeException. This will further expand its capability in terms of handling exceptional scenarios.
  • Loading branch information
Spomky committed Jul 2, 2024
commit 85dc6111d2e7be3ee26c620e1f9ce871e80ed0f7
2 changes: 2 additions & 0 deletions src/Library/Core/Util/Base64UrlSafe.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* SOFTWARE.
*/

use RangeException;

/**
* @readonly
*/
Expand Down