Skip to content

Commit

Permalink
Update RowImportFailedException.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Mar 11, 2024
1 parent 130b36d commit cc99c67
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

use Exception;

class RowImportFailedException extends Exception {}
class RowImportFailedException extends Exception
{
}

0 comments on commit cc99c67

Please sign in to comment.