HOME


Mini Shell 1.0
DIR: /home/otwalrll/.trash/wp-content.1/plugins/admin-menu-editor/customizables/Schemas/
Upload File :
Current File : /home/otwalrll/.trash/wp-content.1/plugins/admin-menu-editor/customizables/Schemas/Placeholder.php
<?php

namespace YahnisElsts\AdminMenuEditor\Customizable\Schemas;

class Placeholder extends Schema {
	public function parse($value, $errors = null, $stopOnFirstError = false) {
		throw new \Exception('Placeholder schema should not be used for parsing');
	}
}