- Small fix in exception namespace

This commit is contained in:
Dave Mc Nicoll 2023-12-01 20:25:31 +00:00
parent 9bf167f782
commit f2ad49d8ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
namespace Stoarge\Exception;
namespace Storage\Exception;
class CookieInvalidSecureHashException extends \Exception {}