View file vendor/laravel/framework/src/Illuminate/Contracts/Filesystem/FileExistsException.php

File size: 122B
<?php

namespace Illuminate\Contracts\Filesystem;

use Exception;

class FileExistsException extends Exception
{
    //
}