# frozen_string_literal: true module Codebreaker module Errors class MaxLengthError < StandardError end end end