class Athena::Negotiation::Exceptions::InvalidLanguage

Overview

Represents an invalid ANG::AcceptLanguage header.

Defined in:

exceptions/invalid_language.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(language : String, cause : Exception | Nil = nil) #

[View source]

Instance Method Detail

def language : String #

Returns the invalid language code.


[View source]