Fix type in class name

This commit is contained in:
Joas Schilling 2016-03-11 10:05:54 +01:00
parent 95a7518653
commit 5f7502de6c
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ trait Sharing{
public function shareIdsShouldMatch()
{
if ($this->savedShareId !== $this->lastShareData['data']['id']) {
throw new \Excetion('Expected the same link share to be returned');
throw new \Exception('Expected the same link share to be returned');
}
}
}