We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a97d6 commit c43687eCopy full SHA for c43687e
src/DateRangeException.php
@@ -16,7 +16,7 @@
16
/**
17
* Date range exception.
18
*/
19
-final class DateRangeException extends DomainException
+final class DateRangeException extends DomainException implements Exception
20
{
21
22
* @param string $message
src/Exception.php
@@ -0,0 +1,18 @@
1
+<?php
2
+/**
3
+ * This file is part of Zee Project.
4
+ *
5
+ * For the full copyright and license information, please view the LICENSE
6
+ * file that was distributed with this source code.
7
8
+ * @see https://github.com/zee/
9
+ */
10
+
11
+namespace Zee\DateRange;
12
13
14
+ * Marker interface.
15
+interface Exception
+{
+}
0 commit comments