Fugbix typo.

This commit is contained in:
Jeff Welch 2014-09-09 20:51:36 -04:00
parent 8ab105f1fb
commit c7d59948d6
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class Context {
return $this->addObject($value);
}
throw new ExporterException(
throw new Exception(
'Only arrays and objects are supported'
);
}