NotFound constructor

const NotFound(
  1. GitHub github,
  2. String msg
)

Implementation

const NotFound(
  super.github,
  String super.msg,
);