Final Class Yiisoft\Yii\Cycle\Exception\SchemaWasNotProvidedException
| Inheritance | Yiisoft\Yii\Cycle\Exception\SchemaWasNotProvidedException » RuntimeException |
|---|---|
| Implements | Yiisoft\FriendlyException\FriendlyExceptionInterface |
Public Methods
Method Details
| public __construct( ): mixed |
public function __construct()
{
parent::__construct('Schema was not provided.');
}
| public getName( ): string |
#[\Override]
public function getName(): string
{
return 'Current Schema for Cycle ORM was not provided';
}
| public getSolution( ): string|null |
#[\Override]
public function getSolution(): ?string
{
return 'Make sure a SchemaProvider is configured correctly.';
}
Signup or Login in order to comment.