Exception: Parse::File::UntrustedHostError
- Defined in:
- lib/parse/model/file.rb
Overview
Raised when a ‘Parse::File` is hydrated with a `url:` whose host is outside trusted_url_hosts and the untrusted_url_policy is `:raise`. The default policy is `:warn`, so this exception is opt-in via integrator configuration.
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from Parse::Error