quillstack/local-storage

View on GitHub
src/Exceptions/LocalFileNotSavedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Quillstack\LocalStorage\Exceptions;

use Quillstack\LocalStorage\LocalStorageException;

final class LocalFileNotSavedException extends LocalStorageException
{
    //
}