Documentation > Exceptions

This commit is contained in:
Meritoo
2018-07-02 09:31:07 +02:00
parent 834b24f348
commit a32e0c4cca
7 changed files with 75 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
# Meritoo Common Library
Common and useful classes, methods, exceptions etc.
# Collection of elements
@@ -43,6 +44,7 @@ var_dump($simpleCollection->has('dolor')); // bool(true)
1. [Base test case (with common methods and data providers)](Base-test-case.md)
2. [**Collection of elements**](Collection-of-elements.md)
3. [Static methods](Static-methods.md)
3. [Exceptions](Exceptions.md)
4. [Static methods](Static-methods.md)
[‹ Back to `Readme`](../README.md)