src/Exception/FileSystemExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Stk2k\File\Exception;

interface FileSystemExceptionInterface
{
}