Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
f52b3090a9deabb065ed49f4d57b40fd3f77d5d5
/
.
/
erpnext
/
exceptions.py
blob: c339edf2398774f313a0f6ba91e3d0feef1b5da4 [
file
] [
log
] [
blame
]
from
__future__
import
unicode_literals
import
frappe
# accounts
class
CustomerFrozen
(
frappe
.
ValidationError
):
pass
class
InvalidAccountCurrency
(
frappe
.
ValidationError
):
pass
class
InvalidCurrency
(
frappe
.
ValidationError
):
pass