I wanted to know if there was a way to raise an error manually in pug. This would be particularly useful for mixins: ``` mixin panel(alignment='left') // if alignment is not 'left' or 'right', throw error and stop compilation ```