11 lines
122 B
PHP
Executable File
11 lines
122 B
PHP
Executable File
<?php
|
|
|
|
namespace Illuminate\Contracts\Filesystem;
|
|
|
|
use Exception;
|
|
|
|
class FileExistsException extends Exception
|
|
{
|
|
//
|
|
}
|