MenaraSolutions/geographer

View on GitHub
src/Exceptions/FileNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace MenaraSolutions\Geographer\Exceptions;

/**
 * Class FileNotFoundException
 * @package MenaraSolutions\FluentGeonames\Exceptions
 */
class FileNotFoundException extends \Exception
{

}