Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Codeception/AspectMock
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Jun 23, 2016
2 parents b1e31c3 + d8e8c85 commit 4afdef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AspectMock/Proxy/ClassProxy.php
Expand Up @@ -169,7 +169,7 @@ public function make()

public function __call($method, $args)
{
throw new \Exception("Called {$this->className}->$method, but this is a proxy for a class definition.\nProbably you was trying to access instance method.\nConstruct an instance from this class");
throw new \Exception("Called {$this->className}->$method, but this is a proxy for a class definition.\nProbably you were trying to access an instance method.\nConstruct an instance from this class");
}

}
}

0 comments on commit 4afdef9

Please sign in to comment.