Exakat\Exceptions\NoSuchFormat::__construct PHP Метод

__construct() публичный Метод

public __construct ( $requested, $formats, $code, Exception $previous = null )
$previous Exception
    public function __construct($requested, $formats, $code = 0, \Exception $previous = null)
    {
        parent::__construct("Format '" . $requested . "' doesn't exist. Choose among : " . implode(', ', $formats), $code, $previous);
    }
NoSuchFormat