Skip to content

Commit aa4ef57

Browse files
committed
Merge branch 'review-cache'
2 parents d84bd76 + 504582b commit aa4ef57

File tree

8 files changed

+301
-187
lines changed

8 files changed

+301
-187
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php declare(strict_types=1);
2+
3+
namespace Lkrms\Exception;
4+
5+
/**
6+
* Thrown when something is wrong with PHP's runtime environment
7+
*/
8+
class IncompatibleRuntimeEnvironmentException extends \Lkrms\Exception\Exception {}

src/Exception/InvalidRuntimeConfigurationException.php

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Facade/Cache.php

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)