|
spudplate
Template scaffolding compiler for spudlang .spud files
|
Raised when a from/copy source path cannot be bundled.
More...
#include <bundler.h>
Public Member Functions | |
| BundleError (std::string message, int line, int column) | |
| Construct with a message and the source line/column of the offending statement. | |
| int | line () const noexcept |
| Source line of the offending statement (1-based). | |
| int | column () const noexcept |
| Source column of the offending statement (1-based). | |
Raised when a from/copy source path cannot be bundled.
Carries the source line and column of the offending statement so the CLI can point a template author at the exact line.