UNPKG
aion-ics
Version:
latest (1.2.8)
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
Aion DSL language for managing ICalendar data
github.com/aionlang/aion
aionlang/aion
aion-ics
/
src
/
core
/
exceptions
/
notFound.ts
4 lines
(3 loc)
•
130 B
text/typescript
View Raw
1
2
3
4
export
function
notFound
(
filepath
:
string
):
any
{
console
.
log
(
`Aion: can't open file
${filepath}
. File does not exist`
); }