Raised when a function that requires a well-formed net receives one that
fails Petrex.Net.validate/1. errors holds the validation errors.
Summary
Types
@type t() :: %Petrex.InvalidNetError{ __exception__: true, errors: [Petrex.Net.error()] }
Raised when a function that requires a well-formed net receives one that
fails Petrex.Net.validate/1. errors holds the validation errors.
@type t() :: %Petrex.InvalidNetError{ __exception__: true, errors: [Petrex.Net.error()] }