Basic database structure and partial implementation for UACs and tokens
This commit is contained in:
parent
9c6a1e808f
commit
36afeaad42
13 changed files with 454 additions and 192 deletions
3
src/main/scala/db/internal/NotFoundException.scala
Normal file
3
src/main/scala/db/internal/NotFoundException.scala
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
package db.internal
|
||||
|
||||
class NotFoundException extends Throwable
|
||||
Loading…
Add table
Add a link
Reference in a new issue