Timezones
Exception.php
Go to the documentation of this file.
1<?php
2
3/*
4 * This file is part of the package thucke/timezones.
5 *
6 * For the full copyright and license information, please read the
7 * LICENSE file that was distributed with this source code.
8 */
9
11
19class Exception extends \Exception
20{
21}