Skip to content

Commit

Permalink
Merge pull request #3 from ho-nl/fix-exception-catch
Browse files Browse the repository at this point in the history
fix: import missing exception classes
  • Loading branch information
Maikel-Koek authored Nov 19, 2020
2 parents 1095ae2 + aae668d commit 9f0f617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Plugin/ViewPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

namespace ReachDigital\IndexerPerformance\Plugin;

use Exception;
use Magento\Framework\Mview\ActionFactory;
use Magento\Framework\Mview\ActionInterface;
use Magento\Framework\Mview\View;
use Magento\Framework\Mview\View\ChangelogTableNotExistsException;

class ViewPlugin
{
Expand Down

0 comments on commit 9f0f617

Please sign in to comment.