ApplicationNotFoundException constructor

const ApplicationNotFoundException([
  1. dynamic error
])

Implementation

const ApplicationNotFoundException([dynamic error]) : super(error);