andersao/l5-repository

View on GitHub
src/Prettus/Repository/Exceptions/RepositoryException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Prettus\Repository\Exceptions;

use Exception;

/**
 * Class RepositoryException
 * @package Prettus\Repository\Exceptions
 * @author Anderson Andrade <contato@andersonandra.de>
 */
class RepositoryException extends Exception
{

}