mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-01 11:47:23 +00:00
Refactor to custom exceptions & minor code style fixes
This commit is contained in:
10
src/Exceptions/FileDirectoryNotFoundException.php
Normal file
10
src/Exceptions/FileDirectoryNotFoundException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace distinctm\LaravelDataSync\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class FileDirectoryNotFoundException extends Exception
|
||||
{
|
||||
protected $message = 'Specified sync file directory does not exist';
|
||||
}
|
||||
Reference in New Issue
Block a user