mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-05 04:48:50 +00:00
Refactor to custom exceptions & minor code style fixes
This commit is contained in:
10
src/Exceptions/NoCriteriaException.php
Normal file
10
src/Exceptions/NoCriteriaException.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace distinctm\LaravelDataSync\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class NoCriteriaException extends Exception
|
||||
{
|
||||
protected $message = 'No criteria/attributes detected';
|
||||
}
|
||||
Reference in New Issue
Block a user