blob: 37b7930dcc9bd226917ee0525c679cc7d93932b8 [file] [log] [blame]
<?php
namespace Illuminate\Contracts\Filesystem;
use Exception;
class FileNotFoundException extends Exception
{
//
}