Final Class Yiisoft\Yii\Cycle\Exception\SchemaWasNotProvidedException
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Public Methods
Method Details
| public mixed __construct ( ) |
public function __construct()
{
parent::__construct('Schema was not provided.');
}
| public string getName ( ) |
public function getName(): string
{
return 'Current Schema for Cycle ORM was not provided';
}
| public ?string getSolution ( ) |
public function getSolution(): ?string
{
return 'Make sure a SchemaProvider is configured correctly.';
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.