src/Lud/Press/FileNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php namespace Lud\Press;

class FileNotFoundException extends BaseException
{
}