Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge pull request zendframework/zendframework#2940 branch 'hotfix/fi…
Browse files Browse the repository at this point in the history
…x-exception-message'
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public function setTagDecorator($decorator)
}

if (!($decorator instanceof Cloud\Decorator\AbstractTag)) {
throw new Exception\InvalidArgumentException('DecoratorInterface is no instance of Cloud\Decorator\Tag');
throw new Exception\InvalidArgumentException('DecoratorInterface is no instance of Cloud\Decorator\AbstractTag');
}

$this->tagDecorator = $decorator;
Expand Down

0 comments on commit ffbf051

Please sign in to comment.