generated from Potter/Template
decouple from potter/template
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"potter/stringable": "^1.0",
|
||||
"potter/template": "^1.0"
|
||||
"potter/stringable": "^1.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,10 +5,9 @@ declare(strict_types=1);
|
||||
namespace Potter\Throwable;
|
||||
|
||||
use \Potter\Stringable\StringableInterface;
|
||||
use \Potter\Template\TemplateInterface;
|
||||
use \Throwable as BaseThrowable;
|
||||
|
||||
interface ThrowableInterface extends StringableInterface, TemplateInterface
|
||||
interface ThrowableInterface extends StringableInterface
|
||||
{
|
||||
public function getMessage(): string;
|
||||
public function getCode(): int;
|
||||
|
||||
Reference in New Issue
Block a user