nnc: Create plugin exception class (#232)
authorVitaliy Cherepanov/SRR-AI Tools Lab/./삼성전자 <v.cherepanov@samsung.com>
Tue, 22 May 2018 23:02:10 +0000 (02:02 +0300)
committer박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 22 May 2018 23:02:10 +0000 (08:02 +0900)
commit421b0a6fcdc01a28efc34b03693af0e48b82b6a7
tree44f1b54602dea145ed46aafed4b3b6ad4d6b7954
parentb306872e6e10f7427b1656356033059c7440eed5
nnc: Create plugin exception class (#232)

Created plugin exceptions class.
This class will be used by compiler components like
frontend, optimizers, backend to inform main compiler
part about internal plugin problems during compilation

Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
contrib/nnc/include/exception/PluginException.h [new file with mode: 0644]
contrib/nnc/src/exception/PluginException.cpp [new file with mode: 0644]