(no description)
File Size: | 32 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
SassScriptException:: (1 method):
forArgument()
Class: SassScriptException - X-Ref
An exception thrown by SassScript.forArgument($message, $name = null) X-Ref |
Creates a SassScriptException with support for an argument name. This helper ensures a consistent handling of argument names in the error message, without duplicating it. param: string $message param: string|null $name The argument name, without $ return: SassScriptException |