Skip to content

Commit

Permalink
Merge branch 'SFL4-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
davispeixoto committed Nov 8, 2015
2 parents 3c05821 + 2f2377b commit da207e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Davispeixoto/LaravelSalesforce/SalesforceException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php namespace Davispeixoto\LaravelSalesforce;

class SalesforceException extends \Exception
use Exception;

class SalesforceException extends Exception
{

}

0 comments on commit da207e1

Please sign in to comment.