()
| 121 | } |
| 122 | |
| 123 | toString() { |
| 124 | let code = this.showSourceCode() |
| 125 | if (code) { |
| 126 | code = '\n\n' + code + '\n' |
| 127 | } |
| 128 | return this.name + ': ' + this.message + code |
| 129 | } |
| 130 | } |
| 131 | |
| 132 | module.exports = CssSyntaxError |
nothing calls this directly
no test coverage detected