Class LaravelUi5\Core\Exceptions\UnknownCatalogEntryException

extends InvalidArgumentException

Thrown when a catalog is asked for a named entry it does not carry (--seed=<unknown>, --recipe=<unknown>, ui5:assemble <unknown>).

Carries the available names so the command surfaces them rather than failing silently to a bare default (spec R4). It is a CLI/argument error, not an HTTP error, hence {@see InvalidArgumentException} rather than Ui5Exception.

Methods
Methods inherited from Exception
__wakeup(), getMessage(), getCode(), getFile(), getLine(), getTrace(), getPrevious(), getTraceAsString(), __toString()