Page MenuHomec4science

ReleephFieldParseException.php
No OneTemporary

File Metadata

Created
Mon, Aug 26, 00:27

ReleephFieldParseException.php

<?php
final class ReleephFieldParseException extends Exception {
public function __construct(ReleephFieldSpecification $field,
$message) {
$name = $field->getName();
parent::__construct("{$name}: {$message}");
}
}

Event Timeline