spudplate
Template scaffolding compiler for spudlang .spud files
Loading...
Searching...
No Matches
spudplate::BundleError Class Reference

Raised when a from/copy source path cannot be bundled. More...

#include <bundler.h>

Inheritance diagram for spudplate::BundleError:

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).
 

Detailed Description

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.