Final Class Yiisoft\Translator\UnwritableCategorySourceException
| Inheritance | Yiisoft\ |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\ |
Method Details
| public mixed __construct ( string $categoryName, integer $code = 0, ?\ | ||
| $categoryName | string | |
| $code | integer | |
| $previous | ?\ |
|
public function __construct(string $categoryName, int $code = 0, ?Throwable $previous = null)
{
parent::__construct(
sprintf('The category source "%s" does not support writing.', $categoryName),
$code,
$previous,
);
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.