rename RP & BP folders to remove spaces

This commit is contained in:
ForestOfLight
2025-04-21 13:22:19 -07:00
Unverified
parent 0351be39db
commit f103d56258
55 changed files with 3 additions and 3 deletions
@@ -0,0 +1,6 @@
export class InstanceNotPlacedError extends Error {
constructor(message) {
super(message);
this.name = 'InstanceNotPlacedError';
}
}