All files / src/error index.ts

100% Statements 12/12
100% Branches 0/0
100% Functions 6/6
100% Lines 12/12

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1627x 27x 27x 27x 27x 27x     28x 28x 28x 28x 35x 28x    
import { ControllerNotFoundError } from './controller-not-found';
import { InstanceNotFoundError } from './instance-not-found';
import { InvalidAccessorDefinitionError } from './invalid-accessor-definition';
import { MethodNotAssignedError } from './method-not-assigned';
import { MethodNotFoundError } from './method-not-found';
import { ZeedhiCoreError } from './zeedhi-core-error';
 
export {
	ControllerNotFoundError,
	InstanceNotFoundError,
	InvalidAccessorDefinitionError,
	MethodNotAssignedError,
	MethodNotFoundError,
	ZeedhiCoreError,
};