Completed
Pull Request — master (#4)
by
unknown
09:38 queued 20s
created

NotImplementedException

Complexity

Total Complexity 0

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Coupling/Cohesion

Components 0
Dependencies 0

Importance

Changes 0
Metric Value
wmc 0
lcom 0
cbo 0
dl 0
loc 2
c 0
b 0
f 0
1
<?php 
2
3
namespace Phiber\ORM\Exceptions;
4
5
use Exception;
6
7
/**
8
 * Para inclusção em recursos não implementados.
9
 * 
10
 * @author Diego Brocanelli <[email protected]>
11
 */
12
class NotImplementedException extends Exception 
13
{}
0 ignored issues
show
Coding Style introduced by
The opening class brace should be on a newline by itself.
Loading history...