LanguageNotFoundException
extends Exception
in package
Class LanguageNotFoundException
Table of Contents
- forCode() : static
- Creates a new LanguageNotFoundException instance for a provided code.
- forId() : static
- Creates a new LanguageNotFoundException instance for a provided ID.
Methods
forCode()
Creates a new LanguageNotFoundException instance for a provided code.
public
static forCode(string $code) : static
Parameters
- $code : string
Return values
static —forId()
Creates a new LanguageNotFoundException instance for a provided ID.
public
static forId(int $id) : static
Parameters
- $id : int