Page MenuHomec4science

ReleephFieldParseException.php
No OneTemporary

File Metadata

Created
Fri, Mar 21, 03:04

ReleephFieldParseException.php

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

Event Timeline