View file vendor/illuminate/contracts/Filesystem/FileExistsException.php

File size: 122B
<?php

namespace Illuminate\Contracts\Filesystem;

use Exception;

class FileExistsException extends Exception
{
    //
}