use new domain names from library(error): octet_character, octet_chars

This commit is contained in:
Markus Triska
2022-08-22 22:08:10 +02:00
committed by Mark Thom
parent 5ec837acb4
commit 70da818101
3 changed files with 8 additions and 8 deletions

View File

@@ -91,7 +91,7 @@ phrase_to_stream(GRBody, Stream) :-
must_be(chars, Cs),
( stream_property(Stream, type(binary)) ->
( '$first_non_octet'(Cs, N) ->
domain_error(byte_char, N, phrase_to_stream/2)
domain_error(octet_character, N, phrase_to_stream/2)
; true
)
; true