for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Acacha\AdminLTETemplateLaravel\Filesystem;
/**
* Class FileAlreadyExists.
*
* @package Acacha\Llum\Filesystem
*/
class FileAlreadyExists extends \Exception
{
* FileAlreadyExists constructor.
public function __construct()
parent::__construct('File already exists');
}