This commit is contained in:
Robin Appelman 2015-04-22 16:24:37 +02:00
parent e302213248
commit bd57902d1d
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class View {
*/
public function __construct($root = '') {
if (is_null($root)) {
throw new \InvalidArgumentException('Root cant be null');
throw new \InvalidArgumentException('Root can\'t be null');
}
if(!Filesystem::isValidPath($root)) {
throw new \Exception();