/Users/gregor/PhpstormProjects/siesta/src/Siesta
Exception
SiestaException.php
Code Coverage
Classes and Traits
Functions and Methods
Lines
Total
100.00% covered (success)
0 / 0
100.00% covered (success)
100.00%
0 / 0
CRAP
100.00% covered (success)
100.00%
0 / 0
1
<?php
2
declare
(
strict_types
=
1
)
;
3
namespace
Siesta
\
Exception
;
4
5
/**
6
* @author Gregor Müller
7
*/
8
interface
SiestaException
9
{
10
11
}