name: RelationNotFoundException
class_comment: null
dependencies:
- name: RuntimeException
  type: class
  source: RuntimeException
properties:
- name: model
  visibility: public
  comment: '# * The name of the affected Eloquent model.

    # *

    # * @var string'
- name: relation
  visibility: public
  comment: '# * The name of the relation.

    # *

    # * @var string'
methods:
- name: make
  visibility: public
  parameters:
  - name: model
  - name: relation
  - name: type
    default: 'null'
  comment: "# * The name of the affected Eloquent model.\n# *\n# * @var string\n#\
    \ */\n# public $model;\n# \n# /**\n# * The name of the relation.\n# *\n# * @var\
    \ string\n# */\n# public $relation;\n# \n# /**\n# * Create a new exception instance.\n\
    # *\n# * @param  object  $model\n# * @param  string  $relation\n# * @param  string|null\
    \  $type\n# * @return static"
traits:
- RuntimeException
interfaces: []