subcosm/observatory

View on GitHub
src/Exception/ObservatoryException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * This file is part of the subcosm.
 *
 * (c)2017 Matthias Kaschubowski
 *
 * This code is licensed under the MIT license,
 * a copy of the license is stored at the project root.
 */

namespace Subcosm\Observatory\Exception;


class ObservatoryException extends \Exception
{

}