public function MarkdownUrlNotExistsException::__construct in Markdown 8.2
File
- src/
Exception/ MarkdownUrlNotExistsException.php, line 16
Class
- MarkdownUrlNotExistsException
- Exception thrown when a URL is expected to exist but does not.
Namespace
Drupal\markdown\ExceptionCode
public function __construct($file, $code = 0, $previous = NULL) {
parent::__construct(sprintf('Markdown cannot parse the URL: %s', $file), $code, $previous);
}