Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

jaeger-app/errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jaeger Errors Object

Build Status Scrutinizer Code Quality Author GitHub license

A base error collection to allow for individual inspections and system validations.

Installation

Add jaeger-app/errors as a requirement to your composer.json:

$ composer require jaeger-app/errors

Simple Example

use JaegerApp\Errors

$errors = new Errors;
$errors->setError('error_key_1', 'error_lang_key');
$errors->setError('error_key_2', 'another_error_lang_key');

$system_errors = $errors->getErrors();

About

A base error collection to allow for individual inspections and system validations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages