marcus-campos/maestro

View on GitHub
src/Exceptions/MaestroException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
* Created by PhpStorm.
* User: iwex
* Date: 10/21/17
* Time: 5:39 PM.
*/
 
namespace Maestro\Exceptions;
 
abstract class MaestroException extends \Exception
{
}