Skip to content

Commit

Permalink
Add missing use Exception; lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Parkinson committed Aug 21, 2015
1 parent 6898b51 commit fd4bf84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

namespace Graze\Queue\Adapter\Exception;

use Exception;
use Mockery as m;
use PHPUnit_Framework_TestCase as TestCase;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

namespace Graze\Queue\Adapter\Exception;

use Exception;
use Mockery as m;
use PHPUnit_Framework_TestCase as TestCase;

Expand Down

0 comments on commit fd4bf84

Please sign in to comment.