Overrides Exception::__construct
public function __construct(string $className) { parent::__construct(sprintf('Class "%s" is an enumeration and cannot be doubled', $className)); }