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

Phiber/ORM/Exceptions/NotImplementedException.php (1 issue)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

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
The opening class brace should be on a newline by itself.
Loading history...