Page MenuHomec4science

ReleephFieldSpecificationIncompleteException.php
No OneTemporary

File Metadata

Created
Wed, Jul 3, 17:31

ReleephFieldSpecificationIncompleteException.php

<?php
final class ReleephFieldSpecificationIncompleteException extends Exception {
public function __construct(ReleephFieldSpecification $field) {
$class = get_class($field);
parent::__construct(
"Releeph field class {$class} is incompletely implemented.");
}
}

Event Timeline