exceptions.js 87 B

1234
  1. export function DontBubbleException () {
  2. this.message = 'Kursbuchlöschung'
  3. }