Skip to content

Commit

Permalink
add invalid param exception to try catch block
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Jun 28, 2019
1 parent ec12097 commit 1969866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/helpers/ObjectHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use luya\Exception;
use yii\base\Controller;
use luya\base\Module;
use yii\base\InvalidParamException;

/**
* Helper methods when dealing with Objects.
Expand Down

0 comments on commit 1969866

Please sign in to comment.