Skip to content

Commit

Permalink
Additional note about exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Apr 7, 2019
1 parent 952dc0b commit 50b1f9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,8 @@ It determines the most appropriate method to export your object, in this order:

You can disable exporting objects this way, using the [`NOT_ANY_OBJECT`](#varexporternot_any_object) option.

If you attempt to export a custom object and all compatible exporters have been disabled, an `ExportException` will be thrown.

## Options

`VarExporter::export()` accepts a bitmask of options as a second parameter:
Expand Down

0 comments on commit 50b1f9f

Please sign in to comment.