class I18n::Backend::TranslationNotFoundError

Overview

Raised when a translation is not found.

Defined in:

i18n/backend.cr

Constructors

Constructor Detail

def self.new(keys : Array(String), locale : String) #

[View source]