Skip to content

Commit

Permalink
Updated dependencies and fixed missing exception
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Jun 19, 2020
1 parent a12e2b3 commit 0b41222
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions src/Aeon/Calendar/Exception/HolidayException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

declare(strict_types=1);

namespace Aeon\Calendar\Exception;

class HolidayException extends Exception
{
}
9 changes: 9 additions & 0 deletions src/Aeon/Calendar/Exception/HolidayYearException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

declare(strict_types=1);

namespace Aeon\Calendar\Exception;

final class HolidayYearException extends HolidayException
{
}

0 comments on commit 0b41222

Please sign in to comment.