Current Path : /home/escuelai/public_html/it/vendor/swaggest/json-schema/src/Exception/ |
Current File : /home/escuelai/public_html/it/vendor/swaggest/json-schema/src/Exception/Error.php |
<?php namespace Swaggest\JsonSchema\Exception; use Swaggest\JsonSchema\InvalidValue; class Error { /** @var string */ public $error; /** @var string[] */ public $schemaPointers; /** @var string */ public $dataPointer; /** @var string */ public $processingPath; /** @var Error[] */ public $subErrors; }