# frozen_string_literal: true module Noise module Exceptions class PSKValueError < RuntimeError end end end