davispeixoto/PHP-iCal

View on GitHub
src/Davispeixoto/Calendar/Exceptions/CalendarException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php namespace Davispeixoto\Calendar\Exceptions;

/**
 * Class CalendarException
 * @package Davispeixoto\Calendar\Exceptions
 */

/**
 * Created by Davis Peixoto <davis.peixoto@gmail.com>.
 * Date: 5/11/15
 * Time: 7:06 PM
 * Powered By PhpStorm
 */

use Exception;

class CalendarException extends Exception
{

}