- Small fix in exception namespace
This commit is contained in:
parent
9bf167f782
commit
f2ad49d8ab
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Stoarge\Exception;
|
namespace Storage\Exception;
|
||||||
|
|
||||||
class CookieInvalidSecureHashException extends \Exception {}
|
class CookieInvalidSecureHashException extends \Exception {}
|
||||||
|
|
Loading…
Reference in New Issue