Skip to content

Commit

Permalink
Active Development.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mackenzie-High committed Jul 9, 2017
1 parent 1dde7a0 commit 1b74686
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/com/mackenziehigh/sexpr/internal/InvalidSchemaException.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package com.mackenziehigh.sexpr.internal;

/**
* This type of exception indicates a problem within a schema definition.
*/
public class InvalidSchemaException
extends RuntimeException
{

}

0 comments on commit 1b74686

Please sign in to comment.