new ParseException(message)
Create an ParseException
Parameters:
Name | Type | Description |
---|---|---|
message |
string | the message for the exception |
- Source:
- See:
-
See BaseException
Extends
- BaseException
Exception throws when a Composer file is syntactically invalid
Create an ParseException
Name | Type | Description |
---|---|---|
message |
string | the message for the exception |
See BaseException