Skip to content

Commit

Permalink
fixes mootensai#49
Browse files Browse the repository at this point in the history
  • Loading branch information
mootensai authored Oct 17, 2017
1 parent dabc6bf commit 197a66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RelationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ public function getRelationData()
$stack[$name]['link'] = $rel->link;
$stack[$name]['via'] = $rel->via;
}
} catch (ErrorException $exc) {
} catch (\Exception $exc) {
//if method name can't be called,
}
}
Expand Down

0 comments on commit 197a66a

Please sign in to comment.