Skip to content

Commit

Permalink
FIX Undefined Exception on makeDir method
Browse files Browse the repository at this point in the history
This is a small fix that was caught by my editor's Intelephense package. Error is undefined type `Silverstripe/GridfieldQueuedExport/Jobs/Exception`
  • Loading branch information
Marco Hermo authored Jan 16, 2024
1 parent ff22b2b commit 48b454f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Jobs/GenerateCSVJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace SilverStripe\GridfieldQueuedExport\Jobs;

use Exception;
use League\Csv\Writer;
use SilverStripe\Control\Controller;
use SilverStripe\Control\Director;
Expand Down

0 comments on commit 48b454f

Please sign in to comment.