<@U0B8ZP13Q>: The preconditions one isn't an exten...
# announcements
a
@cedric: The preconditions one isn't an extension function so they shouldn't clash at all.
error(...)
will always call the preconditions one and
foo.error(...)
will always call your extension function.