diff --git a/src/Context.php b/src/Context.php index 03bf545..10b1a5f 100644 --- a/src/Context.php +++ b/src/Context.php @@ -94,7 +94,7 @@ class Context { return $this->addObject($value); } - throw new ExporterException( + throw new Exception( 'Only arrays and objects are supported' ); }