for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace UltraLite\ConfigReader\ConfigReaderException;
use UltraLite\ConfigReader\ConfigReaderException;
class FileNotReadable extends \InvalidArgumentException implements ConfigReaderException
{
public static function constructFromPath(string $path): FileNotReadable
$message = "Config file format not readable: '$path'";
return new static($message);
}