This website works better with JavaScript.
Explore
Help
Sign In
HyperSet
/
hyper-set
Watch
6
Star
3
Fork
You've already forked hyper-set
0
Code
Issues
9
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e4a20f0bc9
master
working-game-withuout-html-card
game-view
RaphouBranche
server
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e4a20f0bc9'
${ noResults }
hyper-set
/
Source
/
Console
/
emptyParameterException.js
5 lines
117 B
Raw
Blame
History
class
EmptyParamaterException
extends
Error
{
constructor
(
field
)
{
super
(
`
Field
${
field
}
missing
`
)
;
}
}
Reference in new issue
View Git Blame
Copy Permalink