Skip to content

Commit b3b84c1

Browse files
committed
fix exception namespace
1 parent bae9fa5 commit b3b84c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SelectelStorageException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
* @package class_package
1212
* @author Eugene Kuznetcov <easmith@mail.ru>
1313
*/
14-
class SelectelStorageException extends Exception {
14+
class SelectelStorageException extends \Exception {
1515

1616
}

0 commit comments

Comments
 (0)